Add a JingleIBB parser.

This commit is contained in:
Emmanuel Gil Peyrot 2017-04-22 19:15:48 +01:00
commit ff5be32a0e
3 changed files with 107 additions and 0 deletions

View file

@ -52,6 +52,9 @@ pub mod attention;
/// XEP-0234: Jingle File Transfer
pub mod jingle_ft;
/// XEP-0261: Jingle In-Band Bytestreams Transport Method
pub mod jingle_ibb;
/// XEP-0300: Use of Cryptographic Hash Functions in XMPP
pub mod hashes;