diff options
author | Lance Stout <lancestout@gmail.com> | 2010-06-03 22:42:11 -0400 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2010-06-03 22:56:57 -0400 |
commit | 253de8518cfb2461f2172fbffd9b2a252924cb00 (patch) | |
tree | eab864dd68064fa3f1ca6a9ce1fa0dce29d5af5d /sleekxmpp/stanza | |
parent | e700a54d11a01c0ed24cddb14ceac0511fbc8372 (diff) | |
download | slixmpp-253de8518cfb2461f2172fbffd9b2a252924cb00.tar.gz slixmpp-253de8518cfb2461f2172fbffd9b2a252924cb00.tar.bz2 slixmpp-253de8518cfb2461f2172fbffd9b2a252924cb00.tar.xz slixmpp-253de8518cfb2461f2172fbffd9b2a252924cb00.zip |
Modified xmlstream.py to pass a clean stanza object to each stream handler.
The previous version passed the same stanza object to each registered handler,
which can cause issues when the stanza object is modified by one handler. The next
handler receives the stanza with the modifications, not the original stanza.
Diffstat (limited to 'sleekxmpp/stanza')
0 files changed, 0 insertions, 0 deletions