Add a JingleFT parser.
This commit is contained in:
parent
000e5a50c2
commit
fbb609485b
3 changed files with 183 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue