summaryrefslogtreecommitdiff
path: root/sleekxmpp/xmlstream/xmlstream.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2011-06-10 15:15:01 -0700
committerLance Stout <lancestout@gmail.com>2011-06-10 15:15:01 -0700
commit6d59f55fd45a3fa4ec27b45197a95a5aa308f3d2 (patch)
treeba8bb27f08f499dc56c290e4313ef2a722cefa58 /sleekxmpp/xmlstream/xmlstream.py
parent5c1562f36b833866e67d8ea8fb61862afbc5a0e4 (diff)
parente2d18170b00349e07b4e74fa16c73368c19863d4 (diff)
downloadslixmpp-6d59f55fd45a3fa4ec27b45197a95a5aa308f3d2.tar.gz
slixmpp-6d59f55fd45a3fa4ec27b45197a95a5aa308f3d2.tar.bz2
slixmpp-6d59f55fd45a3fa4ec27b45197a95a5aa308f3d2.tar.xz
slixmpp-6d59f55fd45a3fa4ec27b45197a95a5aa308f3d2.zip
Merge branch 'develop' into exceptions
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