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
path: root/nbxmpp
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2020-04-19 22:36:27 +0300
committerlovetox <philipp@hoerist.com>2020-04-19 22:36:27 +0300
commitb70acbc1b363cf5e30bb1a58c057769a547994f6 (patch)
tree1b61eaacd00a2c5e9e2003358fc787a9c8c7f921 /nbxmpp
parentdb7b78d5f350017792b250e111f5e3eaabfa9d98 (diff)
Add namespace
Diffstat (limited to 'nbxmpp')
-rw-r--r--nbxmpp/namespaces.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nbxmpp/namespaces.py b/nbxmpp/namespaces.py
index c7b7a1a..b8af6bf 100644
--- a/nbxmpp/namespaces.py
+++ b/nbxmpp/namespaces.py
@@ -37,6 +37,7 @@ class _Namespaces:
BOOKMARKS_2: str = 'urn:xmpp:bookmarks:0'
BOOKMARKS_COMPAT: str = 'urn:xmpp:bookmarks:0#compat'
BOOKMARK_CONVERSION: str = 'urn:xmpp:bookmarks-conversion:0'
+ BROWSE: str = 'jabber:iq:browse'
BYTESTREAM: str = 'http://jabber.org/protocol/bytestreams'
CAPS: str = 'http://jabber.org/protocol/caps'
CAPTCHA: str = 'urn:xmpp:captcha'