diff options
author | Pratyush Desai | 2021-10-21 13:24:08 +0200 |
---|---|---|
committer | Pratyush Desai | 2021-10-21 13:24:08 +0200 |
commit | 59d6d71f733aba67c7775d9b4c8c4b945c3b9e02 (patch) | |
tree | 6394c0fac45df0b24c59f88ec5f3810e4d7b2b66 | |
parent | 5fbbeb61f56c28dc9df2087f29c8c93f021bef64 (diff) | |
parent | 8b082bf11f8e0d4a128e491e2649347c2da636ff (diff) | |
download | website-59d6d71f733aba67c7775d9b4c8c4b945c3b9e02.tar.gz website-59d6d71f733aba67c7775d9b4c8c4b945c3b9e02.tar.bz2 website-59d6d71f733aba67c7775d9b4c8c4b945c3b9e02.zip |
Merge pull request 'Adding XMPP SSO and client information' (#17) from devel_xmpp into master
Reviewed-on: https://git.com.de/LibertaCasa/website/pulls/17
-rw-r--r-- | xmpp.html | 16 |
1 files changed, 10 insertions, 6 deletions
@@ -26,18 +26,22 @@ 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. -JID: name@liberta.casa -(and the password of your choice). +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 -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. +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> |