Update bookmarks2 NS to urn:xmpp:bookmarks:1

This commit is contained in:
Paul Fariello 2020-09-29 18:12:18 +02:00
commit 76db2ae117
2 changed files with 5 additions and 5 deletions

View file

@ -238,7 +238,7 @@ pub const ECAPS2: &str = "urn:xmpp:caps";
pub const ECAPS2_OPTIMIZE: &str = "urn:xmpp:caps:optimize";
/// XEP-0402: Bookmarks 2 (This Time it's Serious)
pub const BOOKMARKS2: &str = "urn:xmpp:bookmarks:0";
pub const BOOKMARKS2: &str = "urn:xmpp:bookmarks:1";
/// XEP-0402: Bookmarks 2 (This Time it's Serious)
pub const BOOKMARKS2_COMPAT: &str = "urn:xmpp:bookmarks:0#compat";