Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
timedelta.seconds does not store the total seconds of a time span.
Internally, seconds is the next smaller unit to days, hence
timedelta.seconds will never exceed (or reach) the number of seconds
in a day (60*60*24=86400)
|
|
|
|
timedelta.seconds does not store the total seconds of a time span.
Internally, seconds is the next smaller unit to days, hence
timedelta.seconds will never exceed (or reach) the number of seconds
in a day (60*60*24=86400)
|
|
|
|
bound JID.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes issue #194
|
|
|
|
properly closing the stream.
|
|
|
|
|
|
|
|
|
|
The use of <nick /> elements in MUCs is now discouraged in XEP-0172, however.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
sleekxmpp/thirdparty/__init__.py
|
|
Closes issue #191
|