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
resolver.py Windows doesn't support inet_pton. 2012-05-06 12:17:50 -07:00
scheduler.py Track threads to ensure all have exited when disconnecting. 2012-04-22 18:13:36 -07:00
stanzabase.py Tidy up and add tests for multi_attrib plugins. 2012-05-05 14:01:13 -07:00
test.py
test.xml
testclient.py
tostring.py
xmlstream.py Make the error message better regarding hanged threads. 2012-05-10 10:22:38 -07:00