2021-01-31 02:57:15 +01:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "UTF-8" >
< link rel = "stylesheet" href = "styles.css" >
< title > LibertaCasa - xmpp< / title >
< / head >
< body >
< pre >
┬ ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐
│ │ │─│ │─ │┬┘ │ │─┤
┘─┘ └┴┘ │─┘ ┴─┘ │└┘ ┘ ┘ │
┌─┐ ┬─┐ ┐─┐ ┬─┐
│ │─┤ └─┐ │─┤
└─┘ ┘ │ ──┘ ┘ │
2021-08-16 08:51:51 +02:00
< / 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 >
2021-07-23 16:05:28 +02:00
< 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 >
2021-08-16 08:51:51 +02:00
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.
2021-07-23 16:05:28 +02:00
2021-08-16 08:51:51 +02:00
JID: name@liberta.casa
(and the password of your choice).
2021-07-23 16:05:28 +02:00
2021-07-14 14:42:56 +02:00
Host: xmpp.liberta.casa
Port: 5222
2021-08-16 08:51:51 +02:00
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.
2021-07-14 14:42:56 +02:00
2021-07-23 17:50:19 +02:00
< footer >
2021-08-16 08:51:51 +02:00
< a href = "mailto:hello@liberta.casa" > Contact< / a >
2021-07-23 17:50:19 +02:00
< / footer >
2021-01-31 02:57:15 +01:00
< / pre >
< / body >
< / html >