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.in | |
parent | db3b0d5f233ee3587ae54f8f035222cb098b11dd (diff) | |
download | dino-56195fd2b0bb2248bc111f55e7d6f982737c5e96.tar.gz dino-56195fd2b0bb2248bc111f55e7d6f982737c5e96.zip |
Update XEPs in DOAP
Fixes #1376
Diffstat (limited to 'dino.doap.in')
-rw-r--r-- | dino.doap.in | 50 |
1 files changed, 49 insertions, 1 deletions
diff --git a/dino.doap.in b/dino.doap.in index 563de1d4..c54742e6 100644 --- a/dino.doap.in +++ b/dino.doap.in @@ -184,6 +184,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> @@ -264,6 +270,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> @@ -289,6 +302,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> @@ -299,7 +319,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> @@ -368,6 +387,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> @@ -398,10 +423,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> |