diff options
-rw-r--r-- | data/doap.xml | 38 |
1 files changed, 36 insertions, 2 deletions
diff --git a/data/doap.xml b/data/doap.xml index f8317ef7..b0b30ef1 100644 --- a/data/doap.xml +++ b/data/doap.xml @@ -64,11 +64,18 @@ <foaf:mbox_sha1sum>c14292b375a7cec3f39872aa8524c66a1d9106cf</foaf:mbox_sha1sum> </foaf:Person> </maintainer> + <maintainer> + <foaf:Person> + <foaf:name>pep.</foaf:name> + <foaf:homepage rdf:resource="https://bouah.net/"/> + <foaf:mbox_sha1sum>29ed31759e39e0da3f3634e91b667275ba5e4ac6</foaf:mbox_sha1sum> + </foaf:Person> + </maintainer> <repository> <GitRepository> - <browse rdf:resource="https://git.poez.io/poezio/"/> - <location rdf:resource="https://git.poez.io/poezio.git"/> + <browse rdf:resource="https://lab.louiz.org/poezio/poezio"/> + <location rdf:resource="https://lab.louiz.org/poezio/poezio.git"/> </GitRepository> </repository> @@ -266,6 +273,15 @@ </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0157.html"/> + <xmpp:status>complete</xmpp:status> + <xmpp:version>1.0.1</xmpp:version> + <xmpp:since>NEXT</xmpp:since> + <xmpp:note>contact plugin</xmpp:note> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0163.html"/> <xmpp:status>complete</xmpp:status> <xmpp:version>1.2</xmpp:version> @@ -461,6 +477,15 @@ </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0363.html"/> + <xmpp:status>complete</xmpp:status> + <xmpp:version>1.0.0</xmpp:version> + <xmpp:since>NEXT</xmpp:since> + <xmpp:note>upload plugin</xmpp:note> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0364.html"/> <xmpp:status>complete</xmpp:status> <xmpp:version>0.3</xmpp:version> @@ -484,6 +509,15 @@ <xmpp:since>0.11</xmpp:since> </xmpp:SupportedXep> </implements> + <implements> + <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0384.html"/> + <xmpp:status>partial</xmpp:status> + <xmpp:version>0.3</xmpp:version> + <xmpp:since>NEXT</xmpp:since> + <xmpp:note>Available at https://lab.louiz.org/poezio/poezio-omemo. 1:1 only</xmpp:note> + </xmpp:SupportedXep> + </implements> <release> <Version> |