SleekXMPP/sleekxmpp
Lance Stout 973890e2c9 Added try/except for setting signal handlers.
Setting signal handlers from inside a thread is not supported in Python,
but some applications need to run Sleek from a child thread.

SleekXMPP applications that run inside a child thread will NOT be able
to detect SIGHUP or SIGTERM events. Those must be caught and managed by
the main program.
2010-10-28 10:42:23 -04:00
..
plugins Added XEP-202 Entity Time plugin. 2010-10-25 21:26:25 -04:00
stanza presence no longer replies when exception is caught and tweaks to presence events 2010-10-21 16:59:15 -07:00
test Fixed resource bug in JIDs. 2010-10-24 18:22:41 -04:00
thirdparty pep8 fixes on core library 2010-10-20 19:43:53 -07:00
xmlstream Added try/except for setting signal handlers. 2010-10-28 10:42:23 -04:00
__init__.py Moved ClientXMPP to clientxmpp.py. 2010-10-06 14:20:32 -04:00
basexmpp.py Fixed bug in presence subscription handling. 2010-10-25 12:52:32 -04:00
clientxmpp.py Fixed error in client roster handling. 2010-10-24 12:08:59 -04:00
componentxmpp.py ComponentXMPP saves all of its config data now. 2010-10-24 17:33:11 -04:00
exceptions.py Made exceptions work. 2010-10-25 15:09:56 -04:00