summaryrefslogtreecommitdiff
path: root/sleekxmpp/xmlstream
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2011-06-10 15:14:51 -0700
committerLance Stout <lancestout@gmail.com>2011-06-10 15:14:51 -0700
commit7a60e4b458ed58f2a130f5da24ad36bf62426329 (patch)
tree400706b2e9243e04ecc859f55d8f9708c0930ae1 /sleekxmpp/xmlstream
parent823c13707db1251b06a9bb06a2d41eb5d0851e94 (diff)
parente2d18170b00349e07b4e74fa16c73368c19863d4 (diff)
downloadslixmpp-7a60e4b458ed58f2a130f5da24ad36bf62426329.tar.gz
slixmpp-7a60e4b458ed58f2a130f5da24ad36bf62426329.tar.bz2
slixmpp-7a60e4b458ed58f2a130f5da24ad36bf62426329.tar.xz
slixmpp-7a60e4b458ed58f2a130f5da24ad36bf62426329.zip
Merge branch 'develop' into stream_features
Diffstat (limited to 'sleekxmpp/xmlstream')
-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