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/auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nbxmpp/auth.py b/nbxmpp/auth.py
index 6c287ec..4d24dcf 100644
--- a/nbxmpp/auth.py
+++ b/nbxmpp/auth.py
@@ -187,7 +187,7 @@ class SASL:
def _on_failure(self, stanza):
text = stanza.getTagData('text')
- reason = 'unknown-error'
+ reason = 'not-authorized'
childs = stanza.getChildren()
for child in childs:
name = child.getName()