slixmpp/sleekxmpp/xmlstream
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
..
handler
matcher
tostring
__init__.py
filesocket.py Cleanup logging and exception handling. 2011-05-31 10:23:05 -07:00
jid.py
scheduler.py
stanzabase.py Don't use the send queue for stream initialization. 2011-05-27 17:00:57 -07:00
test.py
test.xml
testclient.py
xmlstream.py Fix stanza clobbering when replying to errors. 2011-06-20 16:25:56 -07:00