diff options
| author | Melvin Keskin <melvo@olomono.de> | 2022-09-29 19:25:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-29 19:25:38 +0200 |
| commit | 61fc5f0a080f27260148f7e34a8650b0e0195809 (patch) | |
| tree | 920a58deda1d1f76f839f8782336000efe42f911 /doc | |
| parent | 8fb5a45163c29e6ff4747f2ced28a54778904e4e (diff) | |
| download | qxmpp-61fc5f0a080f27260148f7e34a8650b0e0195809.tar.gz | |
Implement XEP-0293: Jingle RTP Feedback Negotiation stanza parts (#455)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/doap.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index 8e5a429a..fc8a1fd7 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -409,6 +409,15 @@ SPDX-License-Identifier: CC0-1.0 </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource='https://xmpp.org/extensions/xep-0293.html'/> + <xmpp:status>partial</xmpp:status> + <xmpp:version>1.0</xmpp:version> + <xmpp:since>1.5</xmpp:since> + <xmpp:note>Manager functionality missing</xmpp:note> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> <xmpp:xep rdf:resource='https://xmpp.org/extensions/xep-0300.html'/> <xmpp:status>complete</xmpp:status> <xmpp:version>1.0</xmpp:version> |
