From cae0a41b7ce6e4f94c871653a8589d4ef7262249 Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Thu, 1 Feb 2018 15:55:22 -0600 Subject: register_web/success.html: Getting there --- register_web/success.html | 62 +++++++++++++++++++++++------------------------ 1 file changed, 31 insertions(+), 31 deletions(-) (limited to 'register_web') diff --git a/register_web/success.html b/register_web/success.html index 26c3bc0..a249f27 100644 --- a/register_web/success.html +++ b/register_web/success.html @@ -5,23 +5,22 @@ sitemap: false permalink: /files/register_web/success.html --- -
-

Registration Succeeded!

+

Registration Succeeded!

-

Your new JID is {jid}.

+
-

This page allows you to create a new XMPP/Jabber account in this server for the domain {hostname}. Your new JID will be created in the form - username@{hostname}.

+

You have successfully created a new XMPP/Jabber account in the domain {hostname}. Your new JID is + {jid}.

Clients

-

After creating an account, you must use a software client to login into the server. +

Now that you have created an account, you must use a software client to login into the server. Below is a small list of clients you may use, but really any XMPP client can work.

@@ -34,34 +33,35 @@ permalink: /files/register_web/success.html

Swift

-
-
-
-

ChatSecure

-
-
-
-
-

Gajim

-
-
+
+
+
+

ChatSecure

+
+
+
+
+

Gajim

+
+
+

Once you have logged into the server, you may then chat with users on nearly any XMPP server.

+
+
+
+
+

Connecting...

+
    +
  • JID: {jid}
  • +
  • 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 %} +
-
-

Connecting...

-
    -
  • JID: {jid}
  • -
  • 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 %} -
-
- - -- cgit v1.2.3-59-ga6da