Merge branch 'develop' into roster

This commit is contained in:
Lance Stout
2011-05-31 10:59:14 -07:00
10 changed files with 183 additions and 67 deletions

View File

@@ -140,6 +140,7 @@ class ComponentXMPP(BaseXMPP):
Arguments:
xml -- The reply handshake stanza.
"""
self.session_started_event.set()
self.event("session_start")
def _handle_probe(self, presence):