summaryrefslogtreecommitdiff
path: root/sleekxmpp/basexmpp.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2010-06-03 22:42:11 -0400
committerLance Stout <lancestout@gmail.com>2010-06-03 22:56:57 -0400
commit253de8518cfb2461f2172fbffd9b2a252924cb00 (patch)
treeeab864dd68064fa3f1ca6a9ce1fa0dce29d5af5d /sleekxmpp/basexmpp.py
parente700a54d11a01c0ed24cddb14ceac0511fbc8372 (diff)
downloadslixmpp-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/basexmpp.py')
0 files changed, 0 insertions, 0 deletions