xmpp-parsers/mam: Split into mam_prefs following XEP-0411
This commit is contained in:
parent
d8498437c3
commit
20e4bc455a
4 changed files with 191 additions and 155 deletions
|
|
@ -224,3 +224,6 @@ pub mod bookmarks2;
|
|||
|
||||
/// XEP-0421: Anonymous unique occupant identifiers for MUCs
|
||||
pub mod occupant_id;
|
||||
|
||||
/// XEP-0441: Message Archive Management Preferences
|
||||
pub mod mam_prefs;
|
||||
|
|
|
|||
Loading…
Reference in a new issue