<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/doap/xmpp-style.xsl" type="text/xsl"?>
<?xml-stylesheet href="/doap/xmpp-style.xsl" type="text/xsl"?>
<rdf:RDF 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/"
         xmlns="http://usefulinc.com/ns/doap#">
    <Project>

        <name>Snikket App</name>
        <short-name>Snikket</short-name>

        <shortdesc xml:lang="en">Opinionated XMPP distribution</shortdesc>
        <description xml:lang="en">
            The Snikket app is a user-friendly XMPP client for Android and iOS. It is part of the Snikket ecosystem, providing a seamless and secure messaging experience. For more info, see the Snikket app overview: https://snikket.org/app/learn/ and the FAQ: https://snikket.org/faq/
        </description>

        <homepage rdf:resource="https://snikket.org/"/>
        <schema:logo rdf:resource="https://snikket.org/images/logos/snikket-logo.svg"/>

        <download-page rdf:resource="https://snikket.org/clients/"/>
        <support-forum rdf:resource="mailto:feedback@snikket.org"/>
        
        <category rdf:resource="https://linkmauve.fr/ns/xmpp-doap#category-xmpp"/>
        <category rdf:resource="https://linkmauve.fr/ns/xmpp-doap#category-jabber"/>
        <category rdf:resource="https://linkmauve.fr/ns/xmpp-doap#category-client"/>
        <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>

        <os>Android</os>
        <os>iOS</os>

        <repository>
            <GitRepository>
                <location rdf:resource="https://github.com/snikket-im/snikket-android.git"/>
                <browse rdf:resource="https://github.com/snikket-im/snikket-android"/>
            </GitRepository>
        </repository>
    </Project>
</rdf:RDF>
