jingle_ice_udp: Add a new parser/serialiser for XEP-0176.

This commit is contained in:
Emmanuel Gil Peyrot 2019-02-27 18:13:18 +01:00
commit beacbaeb86
2 changed files with 6 additions and 0 deletions

View file

@ -110,6 +110,9 @@ pub mod jingle_rtp;
/// XEP-0172: User Nickname
pub mod nick;
/// XEP-0176: Jingle ICE-UDP Transport Method
pub mod jingle_ice_udp;
/// XEP-0184: Message Delivery Receipts
pub mod receipts;