summaryrefslogtreecommitdiff
path: root/sleekxmpp/features
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2012-10-15 22:27:30 -0700
committerLance Stout <lancestout@gmail.com>2012-10-15 22:27:30 -0700
commit77f2a339e1626501a1df388050f09342d7bbcd1d (patch)
tree7ea3d3889628bd2509797a7069de0560a2c6252c /sleekxmpp/features
parent7c485c6a8b25b97c7faa4abda6e82200bd09bcae (diff)
parent4190027a787f878b4ea07ddd24883bb9d1a94d6e (diff)
downloadslixmpp-77f2a339e1626501a1df388050f09342d7bbcd1d.tar.gz
slixmpp-77f2a339e1626501a1df388050f09342d7bbcd1d.tar.bz2
slixmpp-77f2a339e1626501a1df388050f09342d7bbcd1d.tar.xz
slixmpp-77f2a339e1626501a1df388050f09342d7bbcd1d.zip
Merge branch 'master' into develop
Diffstat (limited to 'sleekxmpp/features')
-rw-r--r--sleekxmpp/features/feature_mechanisms/mechanisms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/features/feature_mechanisms/mechanisms.py b/sleekxmpp/features/feature_mechanisms/mechanisms.py
index 672f4fa6..b480d5be 100644
--- a/sleekxmpp/features/feature_mechanisms/mechanisms.py
+++ b/sleekxmpp/features/feature_mechanisms/mechanisms.py
@@ -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: