Add Private XML Storage (XEP-0049) support for legacy bookmarks (XEP-0048 v1.0)
This commit is contained in:
parent
7a55608433
commit
f1713231c4
3 changed files with 42 additions and 0 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue