diff options
author | Link Mauve <linkmauve@linkmauve.fr> | 2020-05-24 16:05:49 +0200 |
---|---|---|
committer | Link Mauve <linkmauve@linkmauve.fr> | 2020-05-24 16:05:49 +0200 |
commit | cfa75f8877963cfee9c22565dad60ddf7dee3c95 (patch) | |
tree | a5aac9dcc8d12dd8152bd4f5fd29310ec2ab4c8a /data | |
parent | 0a5625ea5d24a4cb954ab6452168d42930b03757 (diff) | |
parent | 2840f3de96ecf16d2cf9a879cced2c868c9bc663 (diff) | |
download | poezio-cfa75f8877963cfee9c22565dad60ddf7dee3c95.tar.gz poezio-cfa75f8877963cfee9c22565dad60ddf7dee3c95.tar.bz2 poezio-cfa75f8877963cfee9c22565dad60ddf7dee3c95.tar.xz poezio-cfa75f8877963cfee9c22565dad60ddf7dee3c95.zip |
Merge branch 'doap-update' into 'master'
Doap update
See merge request poezio/poezio!110
Diffstat (limited to 'data')
-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> |