SleekXMPP/sleekxmpp/stanza
Lance Stout d8d9e8df16 Fix stanza clobbering when replying to errors.
If a stanza handler raised an exception, the exception was processed
and replied by the modified stanza, not a stanza with the original
content.

A copy is now made before handler processing, and if an exception occurs
it is the copy that processes the exception using the original content.
2011-06-20 16:25:56 -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 XMPPError exceptions can keep a stanza's contents. 2011-02-11 15:20:26 -05: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