diff options
| author | Pratyush Desai | 2021-12-12 04:19:32 +0530 | 
|---|---|---|
| committer | Pratyush Desai | 2021-12-12 04:19:32 +0530 | 
| commit | 8fb130af81fca3b247600bd081e3a9510cbe584d (patch) | |
| tree | 0042091d50a92c6df566a2f4fda3a8701be77de3 /static_old/xmpp.html | |
| parent | 5725181871aab1b84ddb0cbccc7d6f033210c2cb (diff) | |
| download | website-8fb130af81fca3b247600bd081e3a9510cbe584d.tar.gz website-8fb130af81fca3b247600bd081e3a9510cbe584d.tar.bz2 website-8fb130af81fca3b247600bd081e3a9510cbe584d.zip | |
Hugo config setup
Diffstat (limited to 'static_old/xmpp.html')
| -rw-r--r-- | static_old/xmpp.html | 61 | 
1 files changed, 61 insertions, 0 deletions
| diff --git a/static_old/xmpp.html b/static_old/xmpp.html new file mode 100644 index 0000000..02276c9 --- /dev/null +++ b/static_old/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> | 
