slixmpp/sleekxmpp
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
..
plugins Add logging to XEP-0066. 2011-07-03 20:39:03 -07:00
stanza
test
thirdparty
xmlstream Added wait parameter to disconnect. 2011-07-04 18:47:57 -07:00
__init__.py
basexmpp.py
clientxmpp.py
componentxmpp.py
exceptions.py