summaryrefslogtreecommitdiffstats
path: root/xmpp.html
blob: 02276c9da996ca1fab9ae60c5ea1747d3de5571b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
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>