slixmpp/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
atom.py
error.py
htmlim.py
iq.py
message.py Fix stanza clobbering when replying to errors. 2011-06-20 16:25:56 -07:00
nick.py
presence.py
rootstanza.py So using sys.excepthook to catch errors only works once. 2011-07-01 15:18:10 -07:00
roster.py
stream_error.py