session: Also fire the session_start event.
This commit is contained in:
parent
084d6cb5d9
commit
769bc6d3bf
@ -43,7 +43,11 @@ class FeatureSession(BasePlugin):
|
||||
Arguments:
|
||||
feature -- The stream features element.
|
||||
"""
|
||||
if not features['session']['optional']:
|
||||
if features['session']['optional']:
|
||||
self.xmpp.sessionstarted = True
|
||||
self.xmpp.event('session_start')
|
||||
return
|
||||
|
||||
iq = self.xmpp.Iq()
|
||||
iq['type'] = 'set'
|
||||
iq.enable('session')
|
||||
|
Loading…
Reference in New Issue
Block a user