SleekXMPP/sleekxmpp/stanza
Lance Stout 2a2ac73845 So using sys.excepthook to catch errors only works once.
The error bubbles through the event processing loop, breaking it and
hanging the application.

Instead, there is now a .exception(e) method on XMLStream which may
be overridden or reassigned that will receive all unhandled exceptions
(read: not XMPPError) from event and stream handlers.
2011-07-01 15:18:10 -07:00
..
__init__.py Add StreamError stanza and a stream_error event. 2011-01-16 13:22:52 -05:00
atom.py More PEP8 compliance cleanups. 2010-10-06 15:12:39 -04:00
error.py Remap old method names in a better way. 2011-02-14 13:49:43 -05:00
htmlim.py Remap old method names in a better way. 2011-02-14 13:49:43 -05:00
iq.py Don't use the send queue for stream initialization. 2011-05-27 17:00:57 -07:00
message.py Fix stanza clobbering when replying to errors. 2011-06-20 16:25:56 -07:00
nick.py Remap old method names in a better way. 2011-02-14 13:49:43 -05:00
presence.py Remap old method names in a better way. 2011-02-14 13:49:43 -05:00
rootstanza.py So using sys.excepthook to catch errors only works once. 2011-07-01 15:18:10 -07:00
roster.py Remap old method names in a better way. 2011-02-14 13:49:43 -05:00
stream_error.py Make StreamError work properly. 2011-01-27 16:02:57 -05:00