summaryrefslogtreecommitdiff
path: root/sleekxmpp/clientxmpp.py
diff options
context:
space:
mode:
Diffstat (limited to 'sleekxmpp/clientxmpp.py')
-rw-r--r--sleekxmpp/clientxmpp.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/sleekxmpp/clientxmpp.py b/sleekxmpp/clientxmpp.py
index 9c2696da..7245053f 100644
--- a/sleekxmpp/clientxmpp.py
+++ b/sleekxmpp/clientxmpp.py
@@ -87,8 +87,6 @@ class ClientXMPP(BaseXMPP):
self.features = []
self._stream_feature_handlers = {}
self._stream_feature_order = []
- self._sasl_mechanism_handlers = {}
- self._sasl_mechanism_priorities = []
#TODO: Use stream state here
self.authenticated = False