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:
authorlovetox <philipp@hoerist.com>2022-08-28 21:20:12 +0300
committerlovetox <philipp@hoerist.com>2022-08-28 21:21:28 +0300
commitf1305fc956c90cbf2b20d7e5b8fa4d339585d216 (patch)
treea247c6d67a6b7d12692ed85180dae9cbbe428395 /nbxmpp/namespaces.py
parent18c408c07afc6df5dbd5de452066bace65ef9bcc (diff)
feat: Add support for Extensible SASL Profile (XEP-0388)
Diffstat (limited to 'nbxmpp/namespaces.py')
-rw-r--r--nbxmpp/namespaces.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nbxmpp/namespaces.py b/nbxmpp/namespaces.py
index bd6301e..edd6d59 100644
--- a/nbxmpp/namespaces.py
+++ b/nbxmpp/namespaces.py
@@ -143,6 +143,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'
SEARCH: str = 'jabber:iq:search'
SECLABEL: str = 'urn:xmpp:sec-label:0'
SECLABEL_CATALOG: str = 'urn:xmpp:sec-label:catalog:2'