1
0
mirror of https://git.sr.ht/~nicoco/slidge-whatsapp synced 2024-06-28 05:18:38 +00:00
slidge-whatsapp/doap.xml
2023-05-02 16:35:30 +02:00

121 lines
4.8 KiB
XML

<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Project xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:xmpp="https://linkmauve.fr/ns/xmpp-doap#">
<name>slidge-whatsapp</name>
<created>2023-04-18</created>
<shortdesc xml:lang="en">A feature-rich Whatsapp/XMPP gateway</shortdesc>
<homepage rdf:resource="https://sr.ht/~nicoco/slidge-whatsapp" />
<download-page rdf:resource="https://git.sr.ht/~nicoco/slidge-whatsapp/refs" />
<bug-database rdf:resource="https://todo.sr.ht/~nicoco/slidge" />
<developer-forum rdf:resource="xmpp:slidge@conference.nicoco.fr?join" />
<support-forum rdf:resource="xmpp:slidge@conference.nicoco.fr?join" />
<license
rdf:resource="https://sr.ht/~nicoco/slidge-whatsapp/tree/master/item/LICENSE" />
<language>en</language>
<programming-language>Python</programming-language>
<os>Linux</os>
<category rdf:resource="https://linkmauve.fr/ns/xmpp-doap#category-component" />
<maintainer>
<foaf:Person>
<foaf:name>deuill</foaf:name>
<foaf:homepage rdf:resource="https://deuill.org" />
</foaf:Person>
</maintainer>
<repository>
<GitRepository>
<browse rdf:resource="https://git.sr.ht/~nicoco/slidge-whatsapp" />
<location rdf:resource="https://git.sr.ht/~nicoco/slidge-whatsapp.git" />
</GitRepository>
</repository>
<implements rdf:resource="https://xmpp.org/rfcs/rfc6120.html" />
<implements rdf:resource="https://xmpp.org/rfcs/rfc6121.html" />
<implements rdf:resource="https://xmpp.org/rfcs/rfc6122.html" />
<implements rdf:resource="https://xmpp.org/rfcs/rfc7590.html" />
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0045.html" />
<xmpp:status>partial</xmpp:status>
<xmpp:note>Participating in groups work, but creation/deletion/moderation is not yet possible from slidge.</xmpp:note>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0085.html" />
<xmpp:status>complete</xmpp:status>
<xmpp:note>Typing notifications only.</xmpp:note>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0184.html" />
<xmpp:status>complete</xmpp:status>
<xmpp:note>Whatsapp has proper recipient-generated delivery receipts, and slidge supports them.</xmpp:note>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0256.html" />
<xmpp:status>complete</xmpp:status>
<xmpp:note>Only available if you chose to share your presence info in the Whatsapp app.</xmpp:note>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0308.html" />
<xmpp:status>planned</xmpp:status>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0333.html" />
<xmpp:status>complete</xmpp:status>
<xmpp:note>Displayed and received markers are supported.</xmpp:note>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0363.html" />
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0424.html" />
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0444.html" />
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0461.html" />
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</implements>
</Project>
</rdf:RDF>