jingle_rtp: Add a new parser/serialiser for XEP-0167.
This commit is contained in:
parent
017fb0fbd1
commit
40d397c1fe
3 changed files with 151 additions and 0 deletions
|
|
@ -104,6 +104,9 @@ pub mod caps;
|
|||
/// XEP-0166: Jingle
|
||||
pub mod jingle;
|
||||
|
||||
/// XEP-0167: Jingle RTP Sessions
|
||||
pub mod jingle_rtp;
|
||||
|
||||
/// XEP-0172: User Nickname
|
||||
pub mod nick;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue