From 5d3137ada871169817187ee29659c92623eb0cd1 Mon Sep 17 00:00:00 2001 From: furo Date: Wed, 11 Aug 2021 11:30:47 +0200 Subject: [PATCH] Minor fixes in XMPP article --- content/pages/articles/xmpp/intro.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/pages/articles/xmpp/intro.md b/content/pages/articles/xmpp/intro.md index f405666..637da7a 100644 --- a/content/pages/articles/xmpp/intro.md +++ b/content/pages/articles/xmpp/intro.md @@ -6,7 +6,7 @@ date: 11th August 2021 # Introduction XMPP is a protocol for instant messaging. It stands for *Extensible Messaging and Presence Protocol*. -It supports most things you'd expect from from an instant messaging software, like: chat (duh?), sending images/videos/other +It supports most things you'd expect from an instant messaging software, like: chat (duh?), sending images/videos/other files, chatrooms (group chats), and even calling (both voice and video). It also supports another great thing: encryption. The biggest problem with XMPP is that many of the clients (apps/programs you use to chat with people) could be better. @@ -16,7 +16,7 @@ fine. # Usage -To use XMPP you would need a client. Under here you can see our recommendations of clients for different platforms. +To use XMPP you will need a client. Below you can see our recommendations of clients for different platforms. ## Clients **Linux**