bookmarks: Add an implementation of XEP-0048.
This commit is contained in:
parent
16391e8b5a
commit
33ac338e3e
3 changed files with 97 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue