slixmpp/sleekxmpp/xmlstream
Lance Stout 5efb170e1d Added wait parameter to disconnect.
If wait=True, then the disconnect call will block until
the send queue has emptied.

WARNING: Using wait=True when more stanzas are being added to the
queue than can be processed such that the queue is never empty
will cause the disconnect call to block indefinitely without actually
disconnecting.
2011-07-04 18:47:57 -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 Added wait parameter to disconnect. 2011-07-04 18:47:57 -07:00