From 2277bbda4e361750395251df8372aba9e69931fb Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Thu, 1 Feb 2018 15:23:41 -0600 Subject: Starting Out --- register_web/recaptcha.html | 26 ++++++++++ register_web/register.html | 102 ++++++++++++++++++++++++++++++++++++++++ register_web/simplecaptcha.html | 7 +++ register_web/success.html | 67 ++++++++++++++++++++++++++ 4 files changed, 202 insertions(+) create mode 100644 register_web/recaptcha.html create mode 100644 register_web/register.html create mode 100644 register_web/simplecaptcha.html create mode 100644 register_web/success.html (limited to 'register_web') diff --git a/register_web/recaptcha.html b/register_web/recaptcha.html new file mode 100644 index 0000000..456ac6d --- /dev/null +++ b/register_web/recaptcha.html @@ -0,0 +1,26 @@ +--- +permalink: /files/register_web/recaptcha.html +sitemap: false +--- + +
+ diff --git a/register_web/register.html b/register_web/register.html new file mode 100644 index 0000000..db84238 --- /dev/null +++ b/register_web/register.html @@ -0,0 +1,102 @@ +--- +layout: default +title: XMPP Account Registration Page +sitemap: false +permalink: /files/register_web/register.html +--- + +

New XMPP Account Registration Page

+
+
+
+

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

+ + +
+

Clients

+

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

+

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

+
+
+
+
+

Conversations

+
+
+
+
+

Swift

+
+
+
+
+

ChatSecure

+
+
+
+
+

Gajim

+
+
+
+

Please see the client list for a longer list of available clients that may be used.

+
+
+
+
+
+
+
+

Registration Form

+
+
+

{notice}

+
+
+ +
+ +
+ @{hostname} +
+
Your username is required.
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
Your email address is required.
+
+
+
+ {captcha} +
+
+
+ + +
+
+
+
+
+
+
diff --git a/register_web/simplecaptcha.html b/register_web/simplecaptcha.html new file mode 100644 index 0000000..6c23e82 --- /dev/null +++ b/register_web/simplecaptcha.html @@ -0,0 +1,7 @@ +--- +permalink: /files/register_web/simplecaptcha.html +sitemap: false +--- +What is {x} {op} {y}? + + diff --git a/register_web/success.html b/register_web/success.html new file mode 100644 index 0000000..26c3bc0 --- /dev/null +++ b/register_web/success.html @@ -0,0 +1,67 @@ +--- +layout: default +title: Account Registration succeeded! +sitemap: false +permalink: /files/register_web/success.html +--- + +
+
+

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

+ +
+

Clients

+

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

+
+
+
+
+

Conversations

+
+
+
+
+

Swift

+
+
+
+
+

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 %} +
+
+
+
+
-- cgit v1.2.3-59-ga6da