xmpp-parsers: Add support for Jingle RTP Header Extensions Negotiation (XEP-0294).

This commit is contained in:
Emmanuel Gil Peyrot 2020-11-27 20:50:30 +01:00
commit 3ad93f0bf2
4 changed files with 101 additions and 0 deletions

View file

@ -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;