summaryrefslogtreecommitdiff
path: root/sleekxmpp/xmlstream/xmlstream.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2011-06-10 15:14:37 -0700
committerLance Stout <lancestout@gmail.com>2011-06-10 15:14:37 -0700
commit937dce8e65a1e6c04c6c6eb4a194c6d4b6e89f92 (patch)
tree1f65ff9afc7fd24310905b6319f5c6a66aaf02fa /sleekxmpp/xmlstream/xmlstream.py
parent8eb59072b4d5b88a0741e7ef7bb61fa357bffeae (diff)
parente2d18170b00349e07b4e74fa16c73368c19863d4 (diff)
downloadslixmpp-937dce8e65a1e6c04c6c6eb4a194c6d4b6e89f92.tar.gz
slixmpp-937dce8e65a1e6c04c6c6eb4a194c6d4b6e89f92.tar.bz2
slixmpp-937dce8e65a1e6c04c6c6eb4a194c6d4b6e89f92.tar.xz
slixmpp-937dce8e65a1e6c04c6c6eb4a194c6d4b6e89f92.zip
Merge branch 'develop' into roster
Diffstat (limited to 'sleekxmpp/xmlstream/xmlstream.py')
-rw-r--r--sleekxmpp/xmlstream/xmlstream.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sleekxmpp/xmlstream/xmlstream.py b/sleekxmpp/xmlstream/xmlstream.py
index fd313536..5bc71f04 100644
--- a/sleekxmpp/xmlstream/xmlstream.py
+++ b/sleekxmpp/xmlstream/xmlstream.py
@@ -389,6 +389,7 @@ class XMLStream(object):
self.event('socket_error', serr)
finally:
#clear your application state
+ self.event('session_end', direct=True)
self.event("disconnected", direct=True)
return True