From c5c60729062cc3d89be7447b5d330367417aa6f7 Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Sat, 3 Feb 2018 21:08:46 -0600 Subject: Update --- test-index.html | 145 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 145 insertions(+) create mode 100644 test-index.html (limited to 'test-index.html') diff --git a/test-index.html b/test-index.html new file mode 100644 index 0000000..4e702be --- /dev/null +++ b/test-index.html @@ -0,0 +1,145 @@ +--- +layout: welcome +title: Home +permalink: /test-index/ +--- + + + + +
+
+
+
+ +
+
+

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 %} + + +
+
+ + + + + + +
+ + + +{% 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 %} + +
+ +
+
+ + + +
+ {% include about.html %} +
+ + + +
+ {% include security.html %} +
+ -- cgit v1.2.3-59-ga6da