Event index documentation updated

This commit is contained in:
Anton Ryzhov
2013-03-28 22:09:02 +04:00
parent a0c77c04a5
commit 020197718f
5 changed files with 36 additions and 32 deletions

View File

@@ -62,4 +62,4 @@ class FeatureBind(BasePlugin):
log.debug("Established Session")
self.xmpp.sessionstarted = True
self.xmpp.session_started_event.set()
self.xmpp.event("session_start")
self.xmpp.event('session_start')

View File

@@ -51,4 +51,4 @@ class FeatureSession(BasePlugin):
log.debug("Established Session")
self.xmpp.sessionstarted = True
self.xmpp.session_started_event.set()
self.xmpp.event("session_start")
self.xmpp.event('session_start')