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

@ -83,6 +83,9 @@ pub mod muc;
/// XEP-0047: In-Band Bytestreams
pub mod ibb;
/// XEP-0048: Bookmarks
pub mod bookmarks;
/// XEP-0059: Result Set Management
pub mod rsm;