SleekXMPP/sleekxmpp/stanza
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
..
__init__.py Updated RootStanza to use registerStanzaPlugin, and be PEP8 compliant. 2010-07-28 13:14:41 -04:00
atom.py More PEP8 compliance cleanups. 2010-10-06 15:12:39 -04:00
error.py Underscore names by default. 2010-10-17 22:04:42 -04:00
htmlim.py Underscore names by default. 2010-10-17 22:04:42 -04:00
iq.py Actually make the Iq callbacks work for real. 2010-12-07 23:04:04 -05:00
message.py Underscore names by default. 2010-10-17 22:04:42 -04:00
nick.py Underscore names by default. 2010-10-17 22:04:42 -04:00
presence.py presence no longer replies when exception is caught and tweaks to presence events 2010-10-21 16:59:15 -07:00
rootstanza.py RootStanza raises unexpected exceptions 2010-12-17 23:43:48 +08:00
roster.py Underscore names by default. 2010-10-17 22:04:42 -04:00