From 30ab3e3f715871fb95f43dd211ffffa9ba541107 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Thu, 21 Jul 2022 16:29:14 -0500 Subject: [PATCH] minor formatting tweak --- content/xmpp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/xmpp.md b/content/xmpp.md index 72d0d17..404e5bb 100644 --- a/content/xmpp.md +++ b/content/xmpp.md @@ -8,7 +8,7 @@ showShare = false showReadTime = false timeless = true +++ -> XMPP is the [Extensible Messaging and Presence Protocol](https://xmpp.org/about/technology-overview/), 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. +> XMPP is the [eXtensible Messaging and Presence Protocol](https://xmpp.org/about/technology-overview/), 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. ![:left](/logos/snikket.png)It is an open, proven, supported, and extensible standard. Practically speaking, this means that any number of XMPP client-and-server combinations can communicate successfully with any other combinations. I've chosen to use [Snikket](https://snikket.org/) which makes it easy to self-host your own server for truly-decentralized, federated, end-to-end encrypted communications which doesn't rely on servers run by unknown parties.