summaryrefslogtreecommitdiffstats
path: root/xmpp.html
diff options
context:
space:
mode:
authorPratyush Desai2021-12-24 20:08:42 +0530
committerPratyush Desai2021-12-24 20:08:42 +0530
commit5564ffb20798d45bf87910feea39bf02b0d2dee4 (patch)
tree1a4deea0ecbb582e1efe6eb8cabadb679dccfa42 /xmpp.html
parent5725181871aab1b84ddb0cbccc7d6f033210c2cb (diff)
downloadwebsite-5564ffb20798d45bf87910feea39bf02b0d2dee4.tar.gz
website-5564ffb20798d45bf87910feea39bf02b0d2dee4.tar.bz2
website-5564ffb20798d45bf87910feea39bf02b0d2dee4.zip
django initdjango
Diffstat (limited to 'xmpp.html')
-rw-r--r--xmpp.html61
1 files changed, 0 insertions, 61 deletions
diff --git a/xmpp.html b/xmpp.html
deleted file mode 100644
index 02276c9..0000000
--- a/xmpp.html
+++ /dev/null
@@ -1,61 +0,0 @@
-<!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>