Add a Bookmarks 2 (This Time it's Serious) parser.
This commit is contained in:
parent
d1d98ff3d5
commit
2eb521fa02
5 changed files with 136 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue