From 682ecdbeacf0b656d71d1207a1971a2929682022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Sat, 17 Oct 2020 13:02:38 +0000 Subject: [PATCH] HTTPS links, typos for XMPP.md --- XMPP.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/XMPP.md b/XMPP.md index ab5024fc..443f30dd 100644 --- a/XMPP.md +++ b/XMPP.md @@ -1,16 +1,18 @@ # Chat, VoIP and social network with -YunoHost comes installed by default with an instant messaging server Metronome which implements the [XMPP protocol](https://en.wikipedia.org/wiki/Extensible_Messaging_and_Presence_Protocol) (previously known as Jabber). +By default, YunoHost comes installed with an instant messaging server called Metronome which implements the [XMPP protocol](https://en.wikipedia.org/wiki/Extensible_Messaging_and_Presence_Protocol) (previously known as Jabber). -This protocol is already used by millions of people around the world - it is an open protocol. All applications based on XMPP are compatible with each other: when using an XMPP client, you can interact with anybody who has an XMPP account. +This protocol is already used by millions of people around the world—it is an open protocol. +All applications based on XMPP are compatible with each other: When using an XMPP client, you can interact with anybody who has an XMPP account. -XMPP is an extensible protocol - this means users can configure "extensions" to chatrooms, to share messages and files, and to make voice and video calls using XMPP. +XMPP is an extensible protocol—this means users can configure "extensions" to chatrooms, share messages and files, and make voice and video calls using XMPP. ## XMPP account -To use an XMPP account you need a username, which takes the format: `user@domain.tld`, and a password. +To use an XMPP account you need a username, in the format: `user@domain.tld`, and a password. -With YunoHost, an XMPP account is created for all YunoHost users automatically. The XMPP account credentials corresponds to the user's main email address and password. +With YunoHost, an XMPP account is created for all YunoHost users automatically. +The XMPP account credentials corresponds to the user's main e-mail address and password. ## Connecting to your YunoHost XMPP account @@ -24,7 +26,7 @@ You can connect to your YunoHost XMPP account in different ways. ### Desktop clients -- [Gajim](http://gajim.org/) (Linux, Windows) +- [Gajim](https://gajim.org/) (Linux, Windows) - [Dino](https://dino.im) (Linux) - [Thunderbird](https://www.thunderbird.net/fr/) (multiplatform) - [Beagle IM](https://beagle.im/) (macOS) @@ -33,7 +35,7 @@ You can connect to your YunoHost XMPP account in different ways. ### Mobile clients - [Conversations](https://conversations.im/) (Android) -- [Xabber](http://xabber.com) (Android) +- [Xabber](https://xabber.com) (Android) - [Movim](https://movim.eu) (Android) - [Monal](https://monal.im/) (iOS) - [Siskin IM](https://siskin.im/) (iOS) @@ -44,9 +46,9 @@ Here is an exhaustive list of XMPP clients: https://xmpp.org/software/clients.ht ## Encrypt conversations with OMEMO XMPP chats can be made secure and private using [OMEMO encryption](https://xmpp.org/extensions/xep-0384.html), for instance using Gajim: -- Install `gajim` and the plugin `gajim-omemo` -- Enable the plugin in `Tools > Plugins` -- Enable the encryption in the chat with somebody who also has OMEMO +- Install `gajim` and the plugin `gajim-omemo`. +- Turn on the plugin in `Tools > Plugins`. +- Turn on the encryption in the chat with somebody who also has OMEMO. ## Chatrooms @@ -56,4 +58,4 @@ For this to work you need to [add the corresponding `muc.` DNS record](/dns_conf ## VoIP and videoconferences -A practical tool to call an XMPP client, either with voice or voice+video, is to use the client [Jitsi](http://jitsi.org/). +A practical tool to call an XMPP client, either with voice or voice+video, is to use the [Jitsi](https://jitsi.org/) client.