Merge branch 'stream_features'

This commit is contained in:
Lance Stout
2012-10-15 15:00:23 -07:00
4 changed files with 27 additions and 10 deletions

View File

@@ -44,7 +44,7 @@ class FeatureMechanisms(BasePlugin):
}
def plugin_init(self):
if not self.use_mech and not self.xmpp.boundjid.user:
if not self.use_mech and not self.xmpp.requested_jid.user:
self.use_mech = 'ANONYMOUS'
if self.sasl_callback is None: