SleekXMPP/sleekxmpp
Florent Le Coz 982bf3b2ec RootStanza raises unexpected exceptions
We now raise the unexpected exceptions instead of sending
them on the network.
 - avoids flood (sending a traceback on a MUC, for example…) and
   maybe some security issues.
 - lets you handle the traceback (catch it to handle
   it properly, or with except_hook, etc)
 - an exception cannot be raised without you knowing
2010-12-17 23:43:48 +08:00
..
plugins Updated the list of plugins in sleekxmpp.plugins.__init__ 2010-12-16 18:29:56 -05:00
stanza RootStanza raises unexpected exceptions 2010-12-17 23:43:48 +08:00
test Fix several errors in SleekTest. 2010-12-07 23:04:37 -05:00
thirdparty Logging no longer uses root logger. 2010-11-06 01:28:59 -04:00
xmlstream Use daemon threads instead of signals. 2010-12-16 22:21:50 -05:00
__init__.py Moved ClientXMPP to clientxmpp.py. 2010-10-06 14:20:32 -04:00
basexmpp.py Added more options to the make_iq_* methods. 2010-12-16 15:25:04 -05:00
clientxmpp.py Fix Node set to None error. 2010-11-17 16:01:27 -05:00
componentxmpp.py Doesn't fail if host has NO SRV record 2010-11-09 01:53:41 +08:00
exceptions.py Made exceptions work. 2010-10-25 15:09:56 -04:00