Merge branch 'develop' into stream_features

This commit is contained in:
Lance Stout
2011-06-10 15:14:51 -07:00
3 changed files with 67 additions and 2 deletions

View File

@@ -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