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

@ -162,6 +162,9 @@ pub const CARBONS: &str = "urn:xmpp:carbons:2";
/// XEP-0293: Jingle RTP Feedback Negotiation
pub const JINGLE_RTCP_FB: &str = "urn:xmpp:jingle:apps:rtp:rtcp-fb:0";
/// XEP-0294: Jingle RTP Header Extensions Negociation
pub const JINGLE_RTP_HDREXT: &str = "urn:xmpp:jingle:apps:rtp:rtp-hdrext:0";
/// XEP-0297: Stanza Forwarding
pub const FORWARD: &str = "urn:xmpp:forward:0";