aboutsummaryrefslogtreecommitdiffstats
path: root/_includes/about.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/about.html')
-rw-r--r--_includes/about.html14
1 files changed, 8 insertions, 6 deletions
diff --git a/_includes/about.html b/_includes/about.html
index 3870430..079f333 100644
--- a/_includes/about.html
+++ b/_includes/about.html
@@ -15,13 +15,15 @@
</div>
<div class="col-md-7">
<h2 id="this-service">This Service</h2>
- <p>This server provides instant messaging service, via the XMPP protocol, to users with an account on this domain. An XMPP server provides
- basic messaging, presence, and XML routing features.</p>
- <p>This site is running <a href="https://prosody.im">prosody</a> version 0.10 on <a href="http://www.ubuntu.com/">Ubuntu</a> version 16.04 LTS.
- The source for prosody may be found at <a href="https://hg.prosody.im/">hg.prosody.im</a>. The program prosody is licensed under the
- <a href="https://prosody.im/source/mit">MIT/X11 license</a>.</p>
+ <p>This service is running a clustered configuration, of two servers, running <a href="https://www.ejabberd.im/">ejabberd</a>
+ version {{ site.ejabberd-version }} on
+ <a href="http://www.ubuntu.com/">Ubuntu</a> version 16.04 LTS.
+ The source code for ejabberd may be found on <a href="https://github.com">Github.com</a> in the
+ <a href="https://github.com/processone/ejabberd">processone/ejabberd</a> repository.
+ The program ejabberd is licensed under the
+ <a href="https://github.com/processone/ejabberd/blob/master/COPYING">GNU General Public License v2.0</a>.</p>
- <h2 id="site-source-locations">Site Source Locations</h2>
+ <h2 id="site-source-locations">Website Source</h2>
<p>The source for this website may be found in the github repository <a href="https://github.com/mattrude/xmpp-site-lite">xmpp-site-lite</a>.
The site is licensed under the
<a href="https://github.com/mattrude/xmpp-site-lite/blob/master/LICENSE">GNU General Public License, version 3 (GPLv3)</a>,