convo/convo.doap
Badri Sunderarajan d517766af6
Add DOAP record
This also, incidentally, helps to keep track of all the
supported features! (Also, comparing with the DOAP of
ConverseJS is motivation to go add more features here 😅)
2024-11-05 18:26:36 +05:30

101 lines
4.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:doap="http://usefulinc.com/ns/doap#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xmpp="https://linkmauve.fr/ns/xmpp-doap#" xmlns:schema="https://schema.org/" xml:lang="en">
<Project xmlns="http://usefulinc.com/ns/doap#">
<name>Convo</name>
<shortdesc>XMPP chat client for KaiOS</shortdesc>
<description xml:lang="en">A (simple, very basic) XMPP messaging client for KaiOS and JioPhone feature phones</description>
<homepage rdf:resource="https://git.disroot.org/badrihippo/convo/"/>
<bug-database rdf:resource="https://git.disroot.org/badrihippo/convo/issues"/>
<developer-forum rdf:resource="xmpp:convo@chat.disroot.org?join"/>
<support-forum rdf:resource="xmpp:convo@chat.disroot.org?join"/>
<category rdf:resource="https://linkmauve.fr/ns/xmpp-doap#category-client"/>
<programming-language>JavaScript</programming-language>
<os>KaiOS</os>
<schema:logo rdf:resource="https://git.disroot.org/badrihippo/convo/raw/branch/master/public/images/icon.svg"/>
<schema:screenshot rdf:resource="https://git.disroot.org/badrihippo/convo/media/branch/master/screenshots/messages.png"/>
<repository>
<GitRepository>
<browse rdf:resource="https://git.disroot.org/badrihippo/convo"/>
<location rdf:resource="https://git.disroot.org/badrihippo/convo.git"/>
</GitRepository>
</repository>
<implements rdf:resource="https://www.rfc-editor.org/info/rfc6120"/>
<implements rdf:resource="https://www.rfc-editor.org/info/rfc6121"/>
<implements rdf:resource="https://www.rfc-editor.org/info/rfc6122"/>
<implements rdf:resource="https://www.rfc-editor.org/info/rfc7395"/>
<implements rdf:resource="https://www.rfc-editor.org/info/rfc7590"/>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0045.html"/>
<xmpp:status>partial</xmpp:status>
<xmpp:note>protocol implemented, but there is currently no way to initiate an MUC from within the app</xmpp:note>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0048.html"/>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0050.html"/>
<xmpp:status>partial</xmpp:status>
<xmpp:note>supported by the backend but not yet exposed or used in any way in the frontend</xmpp:note>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0054.html"/>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0115.html"/>
<xmpp:status>partial</xmpp:status>
<xmpp:note>advertises caps but no caching</xmpp:note>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0156.html"/>
<xmpp:since>6.0.0</xmpp:since>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0198.html"/>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0199.html"/>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0206.html"/>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0245.html"/>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0280.html"/>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0313.html"/>
</xmpp:SupportedXep>
</implements>
</Project>
</rdf:RDF>