xmpp-parsers: Add support for Jingle Raw UDP Transport Method (XEP-0177)

This commit is contained in:
Emmanuel Gil Peyrot 2020-12-10 00:23:03 +01:00
commit 059321f89a
4 changed files with 116 additions and 0 deletions

View file

@ -120,6 +120,9 @@ pub mod nick;
/// XEP-0176: Jingle ICE-UDP Transport Method
pub mod jingle_ice_udp;
/// XEP-0177: Jingle Raw UDP Transport Method
pub mod jingle_raw_udp;
/// XEP-0184: Message Delivery Receipts
pub mod receipts;