diff options
Diffstat (limited to 'static/xmpp.html')
-rw-r--r-- | static/xmpp.html | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/static/xmpp.html b/static/xmpp.html new file mode 100644 index 0000000..02276c9 --- /dev/null +++ b/static/xmpp.html @@ -0,0 +1,61 @@ +<!DOCTYPE html> +<html> + +<head> +<meta charset="UTF-8"> + <link rel="stylesheet" href="styles.css"> +<title>LibertaCasa - xmpp</title> +</head> + +<body> +<pre> +┬ ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐ +│ │ │─│ │─ │┬┘ │ │─┤ +┘─┘ └┴┘ │─┘ ┴─┘ │└┘ ┘ ┘ │ + +┌─┐ ┬─┐ ┐─┐ ┬─┐ +│ │─┤ └─┐ │─┤ +└─┘ ┘ │ ──┘ ┘ │ +</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> + + +There are quite a few clients available. You can check the overview <a href="https://xmpp.org/software/clients.html">here</a>. + +You can use our XMPP server and federate to others by using your <a href="https://sso.casa/">LibertaCasa SSO credentials</a>. + +JID: username@liberta.casa +Password: your SSO password + +Currently, you can use any XMPP/Jabber client to connect to the following server: + +Host: xmpp.liberta.casa +Port: 5222 +TLS/SSL: Enforced + +Installing a desktop client, i.e. <a href="https://dino.im/">Dino</a> or <a href="https://gajim.org/">Gajim</a> is recommended. Mobile client in the form of Android, i.e. <a hreF="https://conversations.im/">Conversations</a>, or iOS, i.e. <a href="https://siskin.im/">Siskin</a>, clients are viable options as well. + +Alternatively, you can use the <a href="https://xmpp.lib.casa/">Converse.JS</a> or <a href="https://liberta.casa/candy/">Candy webchat</a>, however keep in mind that those are both highly experimental services, making for an extremely rudimentary experience with no guaranteed functionality. + +<br><br><br> +<a href='https://compliance.conversations.im/server/liberta.casa'><img src='https://compliance.conversations.im/badge/liberta.casa'></a> + + + + + + + + + +<footer> + <a href="mailto:hello@liberta.casa">Contact</a> +</footer> +</pre> +</body> +</html> |