xmpp-parsers: Add support for Jingle Raw UDP Transport Method (XEP-0177)
This commit is contained in:
parent
4d82f14bb3
commit
059321f89a
4 changed files with 116 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue