diff options
author | Marvin W <git@larma.de> | 2023-03-06 19:37:21 +0100 |
---|---|---|
committer | Marvin W <git@larma.de> | 2023-03-06 19:38:22 +0100 |
commit | 56195fd2b0bb2248bc111f55e7d6f982737c5e96 (patch) | |
tree | 64d62335defd744096d8d10a7b6756129a42da62 /dino.doap | |
parent | db3b0d5f233ee3587ae54f8f035222cb098b11dd (diff) | |
download | dino-56195fd2b0bb2248bc111f55e7d6f982737c5e96.tar.gz dino-56195fd2b0bb2248bc111f55e7d6f982737c5e96.zip |
Update XEPs in DOAP
Fixes #1376
Diffstat (limited to 'dino.doap')
-rw-r--r-- | dino.doap | 50 |
1 files changed, 49 insertions, 1 deletions
@@ -364,6 +364,12 @@ </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0177.html"/> + <xmpp:status>complete</xmpp:status> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0184.html"/> <xmpp:status>complete</xmpp:status> </xmpp:SupportedXep> @@ -444,6 +450,13 @@ </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0272.html"/> + <xmpp:status>partial</xmpp:status> + <xmpp:since>0.3</xmpp:since> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0280.html"/> <xmpp:status>complete</xmpp:status> </xmpp:SupportedXep> @@ -469,6 +482,13 @@ </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0298.html"/> + <xmpp:status>partial</xmpp:status> + <xmpp:since>0.3</xmpp:since> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0308.html"/> <xmpp:status>complete</xmpp:status> <xmpp:version>1.2.0</xmpp:version> @@ -479,7 +499,6 @@ <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0313.html"/> <xmpp:status>partial</xmpp:status> - <xmpp:note>Not for MUCs</xmpp:note> </xmpp:SupportedXep> </implements> <implements> @@ -548,6 +567,12 @@ </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0392.html"/> + <xmpp:status>complete</xmpp:status> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0393.html"/> <xmpp:status>partial</xmpp:status> </xmpp:SupportedXep> @@ -578,10 +603,33 @@ </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0421.html"/> + <xmpp:status>complete</xmpp:status> + <xmpp:since>0.4</xmpp:since> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0444.html"/> + <xmpp:status>complete</xmpp:status> + <xmpp:version>0.1.1</xmpp:version> + <xmpp:since>0.4</xmpp:since> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0454.html"/> <xmpp:status>partial</xmpp:status> <xmpp:note>No support for embedded thumbnails</xmpp:note> </xmpp:SupportedXep> </implements> + <implements> + <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-461.html"/> + <xmpp:status>complete</xmpp:status> + <xmpp:version>0.2.0</xmpp:version> + <xmpp:since>0.4</xmpp:since> + </xmpp:SupportedXep> + </implements> </Project> </rdf:RDF> |