Add a Bookmarks 2 (This Time it's Serious) parser.

This commit is contained in:
Emmanuel Gil Peyrot 2019-09-29 01:47:21 +02:00
commit 2eb521fa02
5 changed files with 136 additions and 0 deletions

View file

@ -201,5 +201,8 @@ pub mod eme;
/// XEP-0390: Entity Capabilities 2.0
pub mod ecaps2;
/// XEP-0402: Bookmarks 2 (This Time it's Serious)
pub mod bookmarks2;
/// XEP-0421: Anonymous unique occupant identifiers for MUCs
pub mod occupant_id;