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:
Diffstat (limited to 'nbxmpp/namespaces.py')
-rw-r--r--nbxmpp/namespaces.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/nbxmpp/namespaces.py b/nbxmpp/namespaces.py
index dc8a661..5a1310e 100644
--- a/nbxmpp/namespaces.py
+++ b/nbxmpp/namespaces.py
@@ -43,6 +43,7 @@ class _Namespaces:
CAPS: str = 'http://jabber.org/protocol/caps'
CAPTCHA: str = 'urn:xmpp:captcha'
CARBONS: str = 'urn:xmpp:carbons:2'
+ CHANNEL_BINDING: str = 'urn:xmpp:sasl-cb:0'
CHATMARKERS: str = 'urn:xmpp:chat-markers:0'
CHATSTATES: str = 'http://jabber.org/protocol/chatstates'
CLIENT: str = 'jabber:client'
@@ -147,7 +148,7 @@ class _Namespaces:
ROSTER_VER: str = 'urn:xmpp:features:rosterver'
RSM: str = 'http://jabber.org/protocol/rsm'
SASL: str = 'urn:ietf:params:xml:ns:xmpp-sasl'
- SASL2: str = 'urn:xmpp:sasl:1'
+ SASL2: str = 'urn:xmpp:sasl:2'
SEARCH: str = 'jabber:iq:search'
SECLABEL: str = 'urn:xmpp:sec-label:0'
SECLABEL_CATALOG: str = 'urn:xmpp:sec-label:catalog:2'