jingle_ice_udp: Add a new parser/serialiser for XEP-0176.
This commit is contained in:
parent
40d397c1fe
commit
beacbaeb86
2 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue