Add Private XML Storage (XEP-0049) support for legacy bookmarks (XEP-0048 v1.0)

This commit is contained in:
xmppftw xmppftw 2023-12-16 15:14:28 +01:00 committed by Emmanuel Gil Peyrot
commit f1713231c4
3 changed files with 42 additions and 0 deletions

View file

@ -43,6 +43,9 @@ pub const IBB: &str = "http://jabber.org/protocol/ibb";
/// XEP-0048: Bookmarks
pub const BOOKMARKS: &str = "storage:bookmarks";
/// XEP-0049: Private XML Storage
pub const PRIVATE: &str = "jabber:iq:private";
/// XEP-0059: Result Set Management
pub const RSM: &str = "http://jabber.org/protocol/rsm";