diff options
author | Kim Alvefur <zash@zash.se> | 2021-07-16 17:00:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-16 17:00:03 +0200 |
commit | 2ea4fa0ce6a59c64838705a5eee32fdd097d4a51 (patch) | |
tree | 3e642222085e829513d3389864599154c2a3b03a /dino.doap | |
parent | ce292d03e37f146853417855986bf5541b50d2ae (diff) | |
download | dino-2ea4fa0ce6a59c64838705a5eee32fdd097d4a51.tar.gz dino-2ea4fa0ce6a59c64838705a5eee32fdd097d4a51.zip |
Update DOAP file with A/V related XEPs (#1074)
Based on searching for corresponding namespaces.
Achievement unlocked: A/V Calling Core Client Compliance Level
Diffstat (limited to 'dino.doap')
-rw-r--r-- | dino.doap | 35 |
1 files changed, 35 insertions, 0 deletions
@@ -302,6 +302,16 @@ </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0167.html" /> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0176.html" /> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0184.html"/> <xmpp:status>complete</xmpp:status> </xmpp:SupportedXep> @@ -332,6 +342,11 @@ </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0215.html" /> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0222.html"/> </xmpp:SupportedXep> </implements> @@ -371,6 +386,16 @@ </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0293.html" /> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0294.html" /> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0308.html"/> <xmpp:version>1.2.0</xmpp:version> <xmpp:since>0.2</xmpp:since> @@ -385,6 +410,11 @@ </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0320.html" /> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0333.html"/> <xmpp:status>complete</xmpp:status> </xmpp:SupportedXep> @@ -396,6 +426,11 @@ </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0353.html" /> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0359.html"/> </xmpp:SupportedXep> </implements> |