diff options
Diffstat (limited to 'xmpp.html')
-rw-r--r-- | xmpp.html | 24 |
1 files changed, 15 insertions, 9 deletions
@@ -16,22 +16,28 @@ ┌─┐ ┬─┐ ┐─┐ ┬─┐ │ │─┤ └─┐ │─┤ └─┘ ┘ │ ──┘ ┘ │ - - -<p><a href="https://xmpp.org/">What's XMPP</a></p> +</pre> +<h3>XMPP</h3> +<pre> +<p><a href="https://xmpp.org/">What's XMPP (official website)</a></p> +<a href="https://xmpp.org/about/faq.html">XMPP FAQs (more)</a> <p><a href="https://xmpp.org/about/technology-overview.html">Overview: </a> XMPP is the Extensible Messaging and Presence Protocol, a set of open technologies for instant messaging, presence, multi-party chat, voice and video calls, collaboration, lightweight middleware, content syndication, and generalized routing of XML data.</p> -<a href="https://xmpp.org/about/faq.html">FAQs</a> -There are quite a few <a href="https://xmpp.org/software/clients.html">clients</a> available. -You can register using a "name" -JID: name@liberta.casa +There are quite a few clients available. You can check the overview <a href="https://xmpp.org/software/clients.html">here</a>. +You can register by choosing a "name", which will make for the first part of the JID. -and the password of your choice. +JID: name@liberta.casa +(and the password of your choice). Host: xmpp.liberta.casa Port: 5222 +TLS/SSL: Enforced + +If you don't feel like installing any additional software, +you can register for an account <a href="https://xmpp.liberta.casa/register_web">here</a>, and +use the <a href="https://liberta.casa/candy/">Candy webchat</a>, however keep in mind that this makes for an extremely rudimentary experience. @@ -44,7 +50,7 @@ Port: 5222 <footer> - <a href="mailto:hello@liberta.casa"> Contact </a> + <a href="mailto:hello@liberta.casa">Contact</a> </footer> </pre> </body> |