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

XMPP is an open standard for communication, mainly used for instant messaging. It is a secure battle-tested protocol developed by an independent standards organization.

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 %}

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-à-vis your software and service providers.

{% 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 %}
{% include about.html %}