slixmpp/sleekxmpp/xmlstream
Lance Stout a81162edd2 Apply connection backoff to reconnect attempts.
Backoff was only being done for the initial connection attempt
before. Now any reconnection will start with a minimum 1 sec
delay which will approximately double between attempts.
2011-05-31 10:55:15 -07:00
..
handler Remap old method names in a better way. 2011-02-14 13:49:43 -05:00
matcher Remap old method names in a better way. 2011-02-14 13:49:43 -05:00
tostring Add support for using xml:lang values. 2010-12-07 23:07:40 -05:00
__init__.py Underscore names by default. 2010-10-17 22:04:42 -04:00
filesocket.py Cleanup logging and exception handling. 2011-05-31 10:23:05 -07:00
jid.py Fix double roster entry issue with Unicode. 2011-05-20 16:48:13 -04:00
scheduler.py Mark scheduler thread as a daemon. 2011-04-11 14:22:32 -04:00
stanzabase.py Don't use the send queue for stream initialization. 2011-05-27 17:00:57 -07:00
test.py
test.xml
testclient.py
xmlstream.py Apply connection backoff to reconnect attempts. 2011-05-31 10:55:15 -07:00