slixmpp/sleekxmpp/xmlstream
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
..
handler
matcher
__init__.py
cert.py
filesocket.py
jid.py Add backwards compatibility shim for the old jid.py location. 2012-07-24 01:43:20 -07:00
resolver.py Fix tracking service name for DIGEST-MD5 2012-08-10 12:40:28 -07:00
scheduler.py
stanzabase.py
tostring.py
xmlstream.py Fix certificate expiration scheduler 2012-08-23 00:22:22 -07:00