SleekXMPP/sleekxmpp/xmlstream
Lance Stout 0aee445e69 Use daemon threads instead of signals.
Daemonized threads exit once the main program has quit,
and the only threads left running are all daemon threads.

Should fix hanging clients while not trampling over anyone
else's signal handlers.
2010-12-16 22:21:50 -05:00
..
handler Fix RESPONSE_TIMEOUT dependency loops. 2010-11-17 15:13:09 -05:00
matcher Make live stream tests work better. 2010-11-17 13:43:15 -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 Fixed line spacing in filesocket.py to please pep8. 2010-09-01 14:25:30 -04:00
jid.py Added __repr__ for JIDs. 2010-11-18 00:03:39 -05:00
scheduler.py scheduler no longer waits for the next event before exiting 2010-11-16 17:58:20 -08:00
stanzabase.py Add support for using xml:lang values. 2010-12-07 23:07:40 -05:00
test.py moved seesmic branch to trunk 2009-06-03 22:56:51 +00:00
test.xml moved seesmic branch to trunk 2009-06-03 22:56:51 +00:00
testclient.py moved seesmic branch to trunk 2009-06-03 22:56:51 +00:00
xmlstream.py Use daemon threads instead of signals. 2010-12-16 22:21:50 -05:00