--- layout: welcome title: Home permalink: / ---

XMPP Communication Service

This is the {{ site.name }} communication service website. This site is here to provide basic information on using this service. A XMPP service provides messaging ability via a local client. XMPP sites like this service are federated, meaning they are able to connect to diffrent XMPP servers on diffrent domains, similer to how email allows you to send messages to users on other domains/servers. This service is in complete compliance with XEP-0375. The XEP-0375 document specifies the 2016 compliance levels for XMPP clients and servers.

This service requires the use of a client to connect to the server with. Please see the client list for a small list of available clients that may be used. My personal preferred clients are Gajim or Swift for desktop/laptops and Conversations or ChatSecure for mobile.

Connecting...

{% if site.register-web == 1 %}
{% include registration.html %}
{% endif %}
{% for section in site.data.sections %}

{{ section.name }}

{% for feature in site.data.features %} {% if feature.section == section.slug %}

{{ feature.name }}

{{ feature.text }}

{% endif %} {% endfor %}
{% endfor %}

Privacy & Security

Security

  • SSL/TLS encryption is required between clients and servers (C2S) and server to server (S2S) connections
  • The backend is configured to store hashed and salted authentication data
  • Use OMEMO or Off-the-Record (OTR) in your chat client to have fully encrypted chats

Policies

No more information is collected and stored than what is absolutely necessary. This includes rosters, vCards, offline messages, etc.

Spam and abuse including advertisements of any kind will not be tolerated on this network. For spam or abuse please contact us with the full details.

Please see the Privacy Policy for a more detailed explanation.