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

XMPP Communication Service

This is the {{ site.name }} communication service. A XMPP service provides messaging ability via a local client. Meny XMPP servers (like this one) 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-0387.

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...

  • Port: 5222
  • Domain: {{ site.xmpp-url }}
  • Server Name: {{ site.xmpp-host }}
  • {% if site.xmpp-conference-url and site.xep-0045 == 1 %}
  • Rooms: {{ site.xmpp-conference-url }}
  • {% endif %}{% if site.xmpp-proxy-url and site.xep-0065 == 1 %}
  • Socks 5 Proxy: {{ site.xmpp-proxy-url }}
  • {% endif %}{% if site.xmpp-upload-url and site.xep-0363 == 1 %}
  • File Uploads: {{ site.xmpp-upload-url }}
  • {% endif %}
check.messaging.one server score
{% if site.register-web == 2 %}
{% include registration.html %}
{% endif %} {% if site.server-features == 1 %}

Server Features


XMPP (previous known as jabber) is an instant messaging system that is free, standard, and open; allowing you to chat live with your family, friends and professional contacts, and be warned of the presence of your contacts, while keeping your independence vis-à-vis your software and service providers.


{% for section in site.data.sections %}
{{ section.name }}
{% endfor %}
{% for section in site.data.sections %}

{{ section.name }}

{{ section.text }}

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

{{ feature.name }}

{{ feature.text }}

{% endif %} {% endfor %}
{% endfor %}
{% endif %} {% if site.user-guide == 1 %} {% include new_user_guide.html %} {% endif %}
{% include about.html %}