kill9/rocks/computers/software/xmpp.md

44 lines
1.1 KiB
Markdown
Raw Normal View History

2020-07-16 20:29:05 +00:00
# xmpp is the best software protocol out there
I have my reasons:
## Descentralization
You and your friend can setup their own xmpp server and a server to
server communication will be made. (yourdomain.tld -> frendomain.tld)
just like emails. So the messages aren't centralizated. Making it good
for privacy
## Easy encryption
xmpp supports [OMEMO](https://xmpp.org/extensions/xep-0384.html) and
[OpenPGP](https://xmpp.org/extensions/xep-0027.html) encryption. This
plus centralization makes it perfect for privacy.
2020-07-21 12:28:40 +00:00
## xmpp advantages over WhatApp
* Not run by F\*ceb\*ok
* Descentralizated
* You can run your server
* Does not require phone number
## xmpp advantages over Telegram
* not run by a russian mobster
* Descentralizated
2020-12-15 20:22:09 +00:00
* You can enable encryption in a desktop client
* You can setup your own server
2020-07-21 12:28:40 +00:00
* Does not require phone number
## xmpp advantages over Signal
* Does not require phone number (kek, a privacy oriented software
requires your phone number)
* You can trust the encryption
2020-12-15 20:22:09 +00:00
* You can setup your own server
2020-07-21 12:28:40 +00:00
2020-07-16 20:29:05 +00:00
## xmpp flaws
Every client sucks
2020-07-21 12:28:40 +00:00