<?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 Server</name>
        <short-name>Snikket</short-name>

        <shortdesc xml:lang="en">Opinionated XMPP distribution</shortdesc>
        <description xml:lang="en">
            Snikket is an open-source self-hosted personal messaging service. It aims to provide an alternative to proprietary and centralized messaging platforms while supporting all the expected features and being easy to use. The Snikket server lets you create and manage user accounts, and acts as a central safe place to manage your data. Snikket supports multiple devices on a single chat account, it keeps track of which ones are online, and helps deliver messages reliably from person to person. For more info, see the Snikket service overview: https://snikket.org/service/ 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/service/quickstart/"/>
        <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-server"/>
        <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>

        <programming-language>Lua</programming-language>
        <os>Linux</os>
        <os>Windows</os>
        <os>MacOS</os>

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


