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>2021-10-23 23:50:23 +0300
committerlovetox <philipp@hoerist.com>2021-10-23 23:50:23 +0300
commite3d66d9cd7b6d8e367da9424ada0dd8de5b5b5e1 (patch)
tree0b742258e34b784ca93b10891427b782821f12fa
parentbc7cac2b0ce4ac144f3b8b937628065923f73de8 (diff)
Namespaces: Fix bookmarks compat namespace
-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'