xmpp-parsers: Add support for Jingle RTP Header Extensions Negotiation (XEP-0294).
This commit is contained in:
parent
24eeb0b3c9
commit
3ad93f0bf2
4 changed files with 101 additions and 0 deletions
|
|
@ -165,6 +165,9 @@ pub mod carbons;
|
|||
/// XEP-0293: Jingle RTP Feedback Negotiation
|
||||
pub mod jingle_rtcp_fb;
|
||||
|
||||
/// XEP-0294: Jingle RTP Header Extensions Negociation
|
||||
pub mod jingle_rtp_hdrext;
|
||||
|
||||
/// XEP-0297: Stanza Forwarding
|
||||
pub mod forwarding;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue