From 857fc41ef3c4b0aa53fd110eb945df30e39dbe30 Mon Sep 17 00:00:00 2001 From: qorg11 Date: Thu, 16 Jul 2020 22:29:05 +0200 Subject: [PATCH] added xmpp to rocks (it does) --- rocks/computers/software/xmpp.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 rocks/computers/software/xmpp.md diff --git a/rocks/computers/software/xmpp.md b/rocks/computers/software/xmpp.md new file mode 100644 index 0000000..76167ee --- /dev/null +++ b/rocks/computers/software/xmpp.md @@ -0,0 +1,20 @@ +# 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. + +## xmpp flaws + +Every client sucks