Update bookmarks2 NS to urn:xmpp:bookmarks:1
This commit is contained in:
parent
c3783a77b6
commit
76db2ae117
2 changed files with 5 additions and 5 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue