diff options
| author | Melvin Keskin <melvo@olomono.de> | 2022-09-21 14:14:43 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2022-09-25 14:14:26 +0200 |
| commit | f762f730b5adf769a55434e7786b56f3d092b662 (patch) | |
| tree | cde1b296b312140d23ca4e96bc6a7f4a95006ffa /doc | |
| parent | 3bd90b240c2692f6654fb0967556caeacf478f5a (diff) | |
| download | qxmpp-f762f730b5adf769a55434e7786b56f3d092b662.tar.gz | |
Implement XEP-0167: Jingle RTP Sessions multiplexing
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/doap.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index 4733e86a..95b07a11 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -281,9 +281,9 @@ SPDX-License-Identifier: CC0-1.0 <xmpp:SupportedXep> <xmpp:xep rdf:resource='https://xmpp.org/extensions/xep-0167.html'/> <xmpp:status>partial</xmpp:status> - <xmpp:version>1.1</xmpp:version> + <xmpp:version>1.2</xmpp:version> <xmpp:since>0.2</xmpp:since> - <xmpp:note>Missing 'rtcp-mux' of https://xmpp.org/extensions/xep-0167.html#format, 'encryption' of https://xmpp.org/extensions/xep-0167.html#srtp, https://xmpp.org/extensions/xep-0167.html#info-active, https://xmpp.org/extensions/xep-0167.html#info-hold, https://xmpp.org/extensions/xep-0167.html#info-mute</xmpp:note> + <xmpp:note>'rtcp-mux' of https://xmpp.org/extensions/xep-0167.html#format since 1.5, 'encryption' of https://xmpp.org/extensions/xep-0167.html#srtp, https://xmpp.org/extensions/xep-0167.html#info-active, https://xmpp.org/extensions/xep-0167.html#info-hold, https://xmpp.org/extensions/xep-0167.html#info-mute</xmpp:note> </xmpp:SupportedXep> </implements> <implements> |
