diff options
| author | Melvin Keskin <melvo@olomono.de> | 2022-10-01 18:07:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-01 18:07:16 +0200 |
| commit | 58dfd25a6477fda887e8040e174190eb7929381d (patch) | |
| tree | 365ace4d90b893d0fe85ded465b2f601b4a3574d /doc | |
| parent | d757ce3bf70058a7b4a0570b6b440de30b692b21 (diff) | |
| download | qxmpp-58dfd25a6477fda887e8040e174190eb7929381d.tar.gz | |
Implement XEP-0167: Jingle RTP Sessions Informational Messages (#460)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/doap.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index 19b245ab..02a64a19 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -283,7 +283,7 @@ SPDX-License-Identifier: CC0-1.0 <xmpp:status>partial</xmpp:status> <xmpp:version>1.2</xmpp:version> <xmpp:since>0.2</xmpp:since> - <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:note>'rtcp-mux' of https://xmpp.org/extensions/xep-0167.html#format, informational messages for session states 'active', 'hold', 'unhold', 'mute', 'unmute' since 1.5; Missing 'encryption' of https://xmpp.org/extensions/xep-0167.html#srtp</xmpp:note> </xmpp:SupportedXep> </implements> <implements> |
