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
|
|
@ -370,6 +370,15 @@
|
|||
<xmpp:note>Only supported in payload-type, and only for rtcp-fb.</xmpp:note>
|
||||
</xmpp:SupportedXep>
|
||||
</implements>
|
||||
<implements>
|
||||
<xmpp:SupportedXep>
|
||||
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0294.html"/>
|
||||
<xmpp:status>partial</xmpp:status>
|
||||
<xmpp:version>1.0</xmpp:version>
|
||||
<xmpp:since>NEXT</xmpp:since>
|
||||
<xmpp:note>Parameters aren’t yet implemented.</xmpp:note>
|
||||
</xmpp:SupportedXep>
|
||||
</implements>
|
||||
<implements>
|
||||
<xmpp:SupportedXep>
|
||||
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0297.html"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue