diff options
author | Lance Stout <lancestout@gmail.com> | 2011-07-01 14:45:55 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2011-07-01 14:45:55 -0700 |
commit | 634f5d691bab9855deddc4c201389bb60470d76e (patch) | |
tree | 29303420af94646ddac01824ebb4a201606b18e1 /sleekxmpp/clientxmpp.py | |
parent | 754ac5092a3a37819a71f6565a1e54b3f2547940 (diff) | |
download | slixmpp-634f5d691bab9855deddc4c201389bb60470d76e.tar.gz slixmpp-634f5d691bab9855deddc4c201389bb60470d76e.tar.bz2 slixmpp-634f5d691bab9855deddc4c201389bb60470d76e.tar.xz slixmpp-634f5d691bab9855deddc4c201389bb60470d76e.zip |
Continued reorganization and streamlining.
Diffstat (limited to 'sleekxmpp/clientxmpp.py')
-rw-r--r-- | sleekxmpp/clientxmpp.py | 2 |
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 |