diff options
author | Marvin W <git@larma.de> | 2023-03-18 09:45:02 -0600 |
---|---|---|
committer | Marvin W <git@larma.de> | 2023-03-20 15:53:53 -0600 |
commit | 748d507a3e3dd236a72bae4d76d0a6c3f557db1d (patch) | |
tree | eacbdeb37ecc165074fe12ca15292e5a20c6cad4 /dino.doap.in | |
parent | 47a066987dec6b83c3964feb3571aee2d03d7f73 (diff) | |
download | dino-748d507a3e3dd236a72bae4d76d0a6c3f557db1d.tar.gz dino-748d507a3e3dd236a72bae4d76d0a6c3f557db1d.zip |
Add missing since to DOAP
Diffstat (limited to 'dino.doap.in')
-rw-r--r-- | dino.doap.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dino.doap.in b/dino.doap.in index 7e43d706..7a175e63 100644 --- a/dino.doap.in +++ b/dino.doap.in @@ -54,18 +54,21 @@ <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0027.html" /> <xmpp:status>complete</xmpp:status> + <xmpp:since>0.1</xmpp:since> </xmpp:SupportedXep> </implements> <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0030.html" /> <xmpp:status>complete</xmpp:status> + <xmpp:since>0.1</xmpp:since> </xmpp:SupportedXep> </implements> <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0045.html" /> <xmpp:status>partial</xmpp:status> + <xmpp:since>0.1</xmpp:since> </xmpp:SupportedXep> </implements> <implements> @@ -169,6 +172,7 @@ <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0153.html" /> <xmpp:status>deprecated</xmpp:status> + <xmpp:since>0.1</xmpp:since> <xmpp:note>Only to fetch Avatars from other users</xmpp:note> </xmpp:SupportedXep> </implements> @@ -176,6 +180,7 @@ <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0163.html" /> <xmpp:status>complete</xmpp:status> + <xmpp:since>0.1</xmpp:since> </xmpp:SupportedXep> </implements> <implements> @@ -252,12 +257,14 @@ <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0222.html" /> <xmpp:status>complete</xmpp:status> + <xmpp:since>0.1</xmpp:since> </xmpp:SupportedXep> </implements> <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0223.html" /> <xmpp:status>complete</xmpp:status> + <xmpp:since>0.1</xmpp:since> </xmpp:SupportedXep> </implements> <implements> @@ -360,6 +367,7 @@ <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0320.html" /> <xmpp:status>complete</xmpp:status> <xmpp:version>1.0.0</xmpp:version> + <xmpp:since>0.3</xmpp:since> </xmpp:SupportedXep> </implements> <implements> @@ -453,6 +461,7 @@ <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0398.html" /> <xmpp:status>complete</xmpp:status> + <xmpp:since>0.1</xmpp:since> </xmpp:SupportedXep> </implements> <implements> |