SleekXMPP/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 So using sys.excepthook to catch errors only works once. 2011-07-01 15:18:10 -07:00
test Don't use the send queue for stream initialization. 2011-05-27 17:00:57 -07:00
thirdparty Fix thirdparty imports for Python3 2011-01-19 17:49:39 -05:00
xmlstream Added wait parameter to disconnect. 2011-07-04 18:47:57 -07:00
__init__.py Update version number to beta6. 2011-07-03 15:47:12 -07:00
basexmpp.py Fix another roster issue. 2011-06-15 10:55:36 -07:00
clientxmpp.py Don't use the send queue for stream initialization. 2011-05-27 17:00:57 -07:00
componentxmpp.py Send component handshake immediately. 2011-06-08 10:00:01 -07:00
exceptions.py XMPPError exceptions can keep a stanza's contents. 2011-02-11 15:20:26 -05:00