slixmpp/sleekxmpp/xmlstream
Lance Stout e918a86028 Make the error message better regarding hanged threads.
All event handlers which call disconnect() MUST be registered using
`add_event_handler(..., threaded=True)` in order to prevent temporarily
deadlocking until a timeout occurs.

This is required because disconnect() waits for the main threads to
exit before returning, including the event processing thread. Since
handlers registered without `threaded=True` run in the event processing
thread, the disconnect() call will deadlock.
2012-05-10 10:22:38 -07:00
..
handler
matcher
__init__.py
filesocket.py
jid.py Hash JIDs based on full JID string. 2012-01-17 23:03:48 -08:00
resolver.py
scheduler.py
stanzabase.py
test.py
test.xml
testclient.py
tostring.py Update tostring docs, plus more doc cleanup 2011-11-22 16:25:33 -08:00
xmlstream.py Make the error message better regarding hanged threads. 2012-05-10 10:22:38 -07:00