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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nbxmpp/namespaces.py b/nbxmpp/namespaces.py
index 8ff4c6a..b2393ba 100644
--- a/nbxmpp/namespaces.py
+++ b/nbxmpp/namespaces.py
@@ -35,7 +35,7 @@ class _Namespaces:
BOB: str = 'urn:xmpp:bob'
BOOKMARKS: str = 'storage:bookmarks'
BOOKMARKS_1: str = 'urn:xmpp:bookmarks:1'
- BOOKMARKS_COMPAT: str = 'urn:xmpp:bookmarks:0#compat'
+ BOOKMARKS_COMPAT: str = 'urn:xmpp:bookmarks:1#compat'
BOOKMARKS_COMPAT_PEP: str = 'urn:xmpp:bookmarks:1#compat-pep'
BOOKMARK_CONVERSION: str = 'urn:xmpp:bookmarks-conversion:0'
BROWSE: str = 'jabber:iq:browse'