SASL failure event now includes the failure stanza.

Broke SASL stanzas into separate files.

Fixed typo in feature_bind.
This commit is contained in:
Lance Stout
2011-07-02 23:09:29 -07:00
parent 540d749695
commit 0224d028e7
8 changed files with 158 additions and 56 deletions

View File

@@ -53,7 +53,7 @@ class feature_bind(base_plugin):
self.xmpp.set_jid(response['bind']['jid'])
self.xmpp.bound = True
self.features.add('bind')
self.xmpp.features.add('bind')
log.info("Node set to: %s" % self.xmpp.boundjid.full)