Add a MAM parser and serialiser.
This commit is contained in:
parent
7cd4a49011
commit
0b2d46aa3a
3 changed files with 289 additions and 0 deletions
|
|
@ -80,6 +80,9 @@ pub mod hashes;
|
|||
/// XEP-0308: Last Message Correction
|
||||
pub mod message_correct;
|
||||
|
||||
/// XEP-0313: Message Archive Management
|
||||
pub mod mam;
|
||||
|
||||
/// XEP-0359: Unique and Stable Stanza IDs
|
||||
pub mod stanza_id;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue