slixmpp/sleekxmpp
Florian Fieber e510875f64 Fix certificate expiration scheduler
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)
2012-08-23 00:22:22 -07:00
..
features Ensure that auth is done based on the original, requested JID and not on the bound JID. 2012-08-17 10:17:35 -07:00
plugins Handle Iq errors/timeouts in XEP-0153 hash reset. 2012-08-13 11:09:35 -07:00
roster
stanza
test
thirdparty
util
xmlstream Fix certificate expiration scheduler 2012-08-23 00:22:22 -07:00
__init__.py
api.py
basexmpp.py Ensure that auth is done based on the original, requested JID and not on the bound JID. 2012-08-17 10:17:35 -07:00
clientxmpp.py
componentxmpp.py
exceptions.py
jid.py
version.py