Add a stanza-id parser and serialiser.

This commit is contained in:
Emmanuel Gil Peyrot 2017-04-29 03:23:50 +01:00
commit 8b964df645
3 changed files with 135 additions and 0 deletions

View file

@ -74,6 +74,9 @@ pub mod hashes;
/// XEP-0308: Last Message Correction
pub mod message_correct;
/// XEP-0359: Unique and Stable Stanza IDs
pub mod stanza_id;
/// XEP-0380: Explicit Message Encryption
pub mod eme;