Add a JingleFT parser.

This commit is contained in:
Emmanuel Gil Peyrot 2017-04-22 17:39:21 +01:00
commit fbb609485b
3 changed files with 183 additions and 0 deletions

View file

@ -49,6 +49,9 @@ pub mod media_element;
/// XEP-0224: Attention
pub mod attention;
/// XEP-0234: Jingle File Transfer
pub mod jingle_ft;
/// XEP-0300: Use of Cryptographic Hash Functions in XMPP
pub mod hashes;