diff options
| author | Melvin Keskin <melvo@olomono.de> | 2022-10-03 13:14:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-03 13:14:32 +0200 |
| commit | b020af2439342e3f748ecdcad6d4db4d5a8a2880 (patch) | |
| tree | 7d478009ac9d76cce201d9d6ec6b11ec0f351aa8 /doc | |
| parent | cdf9984a6543f29b7a307a5a45e3e10d0fb28db4 (diff) | |
| download | qxmpp-b020af2439342e3f748ecdcad6d4db4d5a8a2880.tar.gz | |
Implement XEP-0167: Jingle RTP Sessions SRTP negotiation (#487)
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 b3d2c4e0..a21293d4 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -285,7 +285,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, 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:note>Multiplexing, encryption via SRTP, informational messages for session states 'active', 'hold', 'unhold', 'mute', 'unmute' since 1.5</xmpp:note> </xmpp:SupportedXep> </implements> <implements> |
