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
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue