bookmarks: Add an implementation of XEP-0048.

This commit is contained in:
Emmanuel Gil Peyrot 2018-05-29 15:04:16 +02:00
commit 33ac338e3e
3 changed files with 97 additions and 0 deletions

View file

@ -38,6 +38,9 @@ pub const MUC_USER: &str = "http://jabber.org/protocol/muc#user";
/// XEP-0047: In-Band Bytestreams
pub const IBB: &str = "http://jabber.org/protocol/ibb";
/// XEP-0048: Bookmarks
pub const BOOKMARKS: &str = "storage:bookmarks";
/// XEP-0059: Result Set Management
pub const RSM: &str = "http://jabber.org/protocol/rsm";