Add a forwarding parser and serialiser.

This commit is contained in:
Emmanuel Gil Peyrot 2017-04-29 03:50:49 +01:00
commit 0f92a11894
3 changed files with 84 additions and 0 deletions

View file

@ -68,6 +68,9 @@ pub mod jingle_ft;
/// XEP-0261: Jingle In-Band Bytestreams Transport Method
pub mod jingle_ibb;
/// XEP-0297: Stanza Forwarding
pub mod forwarding;
/// XEP-0300: Use of Cryptographic Hash Functions in XMPP
pub mod hashes;