Philipp Hörist pushed to branch nbxmpp_2.0 at gajim / python-nbxmpp
Commits:
8fffacf1 by lovetox at 2021-10-23T22:52:06+02:00
Namespaces: Fix bookmarks compat namespace
- - - - -
1 changed file:
- nbxmpp/namespaces.py
Changes:
=====================================
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'
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/8fffacf11567f2641e82aebd6ffcb3417c8f493e
--
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/8fffacf11567f2641e82aebd6ffcb3417c8f493e
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits