Add Private XML Storage (XEP-0049) support for legacy bookmarks (XEP-0048 v1.0)

This commit is contained in:
xmppftw xmppftw 2023-12-16 15:14:28 +01:00 committed by Emmanuel Gil Peyrot
commit f1713231c4
3 changed files with 42 additions and 0 deletions

View file

@ -70,6 +70,9 @@ pub mod ibb;
/// XEP-0048: Bookmarks
pub mod bookmarks;
/// XEP-0049: Private XML storage
pub mod private;
/// XEP-0059: Result Set Management
pub mod rsm;