Compare commits

...

2 commits

Author SHA1 Message Date
05ac85af41 posts: encrypted_XMPP: update draft 2026-04-07 01:05:45 +02:00
ea0433243b posts: encrypted_XMPP: update draft 2026-04-07 01:03:45 +02:00

View file

@ -22,7 +22,7 @@ Thats when I realized that I prefer protocols over services.
I didnt have much success back then, I didnt have much success back then,
but fortunately, XMPP (and I hope I have too) but fortunately, XMPP (and I hope I have too)
has continued moving forward over the past two decades. has continued moving forward over the past two decades.
It has developed slowly, sometimes awkwardly, but still. It has developed slowly, sometimes awkwardly, but steadily.
Here I wont talk about why XMPP is great or how to use it. Here I wont talk about why XMPP is great or how to use it.
You can check You can check
@ -67,7 +67,7 @@ arent available on desktop at all,
and so on. and so on.
All commercial so-called "secure" messengers, like Signal or WhatsApp, All commercial so-called "secure" messengers, like Signal or WhatsApp,
end up with pretty much the same limitations, end up with pretty similar limitations,
because it's tricky to make end-to-end encrypted chats because it's tricky to make end-to-end encrypted chats
work the way users expect. work the way users expect.
@ -76,16 +76,17 @@ convenience or user expectations.
Many XMPP clients let you do almost anything youre trying to do. Many XMPP clients let you do almost anything youre trying to do.
Sometimes its clunky and unintuitive, Sometimes its clunky and unintuitive,
sometimes its the kind of freedom that lets you shoot yourself in the foot. sometimes its the kind of freedom that lets you shoot yourself in the foot.
At the end of the day, youd better understand what youre doing.
It might sound messy, but XMPP actually It might sound messy, but for that price, XMPP actually
gives you a lot of handy features. gives you a lot of handy features:
Your chats are secured with Signal-grade end-to-end encryption, your chats are secured with Signal-grade end-to-end encryption,
and you can use as many devices as you want, and you can use as many devices as you want,
all at the same time, all at the same time,
without being tied to any single service. without being tied to any proprietary service.
This post is here to show how to use it intentionally and safely. This post is here to show how to use it intentionally and safely.
In general, the XMPP experience today In general, the XMPP experience today
could be described as a "WhatsApp with benefits and frictions". could be described as a "WhatsApp with benefits and frictions".
It's kinda funny, considering that WhatsApps protocol It's kinda ironic, considering that WhatsApps protocol
is actually based on XMPP, but incompatibly altered and defederated. is actually based on XMPP, but incompatibly altered and defederated.