* fix to xep 78
This commit is contained in:
parent
a8ff3586d3
commit
137ef61523
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class xep_0078(base.base_plugin):
|
|||
def plugin_init(self):
|
||||
self.description = "Non-SASL Authentication (broken)"
|
||||
self.xep = "0078"
|
||||
self.xmpp.add_start_handler(self.check_stream)
|
||||
self.xmpp.add_event_handler("session_start", self.check_stream)
|
||||
#disabling until I fix conflict with PLAIN
|
||||
#self.xmpp.registerFeature("<auth xmlns='http://jabber.org/features/iq-auth'/>", self.auth)
|
||||
self.streamid = ''
|
||||
|
|
Loading…
Reference in a new issue