Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nbxmpp/sasl.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nbxmpp/sasl.py b/nbxmpp/sasl.py
index 1470ec3..12d679c 100644
--- a/nbxmpp/sasl.py
+++ b/nbxmpp/sasl.py
@@ -58,6 +58,7 @@ class SASL:
self._password = None
self._mechanism_classes = {
+ 'ANONYMOUS': ANONYMOUS,
'PLAIN': PLAIN,
'EXTERNAL': EXTERNAL,
'GSSAPI': GSSAPI,