Add a MAM parser and serialiser.

This commit is contained in:
Emmanuel Gil Peyrot 2017-04-29 06:07:00 +01:00
commit 0b2d46aa3a
3 changed files with 289 additions and 0 deletions

View file

@ -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;