mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Small fixes
This commit is contained in:
parent
74b0512203
commit
e92368e26e
6 changed files with 12 additions and 13 deletions
7
XMPP.md
7
XMPP.md
|
@ -27,26 +27,25 @@ You can connect to your YunoHost XMPP account in different ways.
|
|||
- [Gajim](http://gajim.org/) (Linux, Windows)
|
||||
- [Dino](https://dino.im) (Linux)
|
||||
- [Thunderbird](https://www.thunderbird.net/fr/) (multiplatform)
|
||||
- [Beagle IM](https://beagle.im/) (Mac OS)
|
||||
- [Beagle IM](https://beagle.im/) (macOS)
|
||||
- [Profanity](https://profanity-im.github.io/) (Linux)
|
||||
|
||||
### Mobile clients
|
||||
|
||||
- [Conversations](https://conversations.im/) (Android)
|
||||
- [Xabber](http://xabber.com) (Android)
|
||||
- [Movim under Android](https://movim.eu)
|
||||
- [Movim](https://movim.eu) (Android)
|
||||
- [Monal](https://monal.im/) (iOS)
|
||||
- [Siskin IM](https://siskin.im/) (iOS)
|
||||
- [Kaidan](https://www.kaidan.im/) (Ubuntu Touch / Plasma Mobile)
|
||||
|
||||
Here is an exhaustive list of XMPP clients : https://xmpp.org/software/clients.html
|
||||
Here is an exhaustive list of XMPP clients: https://xmpp.org/software/clients.html
|
||||
|
||||
## 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 it
|
||||
- Enable the encryption in the chat with somebody who also has OMEMO
|
||||
|
||||
## Chatrooms
|
||||
|
|
|
@ -21,12 +21,13 @@ También puedes utilizar un cliente Desktop como :
|
|||
- [Gajim](https://gajim.org/es/) (Linux, Windows)
|
||||
- [Dino](https://dino.im) (Linux)
|
||||
- [Thunderbird](https://www.thunderbird.net/es-ES/) (multiplataformas)
|
||||
- [Beagle IM](https://beagle.im/) (macOS)
|
||||
- [Profanity](https://profanity-im.github.io/) (Linux)
|
||||
|
||||
... o un cliente smartphone :
|
||||
- [Conversations](https://conversations.im/) (Android)
|
||||
- [Xabber](http://xabber.com) (Android)
|
||||
- [Movim sous Android](https://movim.eu)
|
||||
- [Movim](https://movim.eu) (Android)
|
||||
- [Siskin IM](https://siskin.im/) (iOS)
|
||||
- [Monal](https://monal.im/) (iOS)
|
||||
- [Kaidan](https://www.kaidan.im/) (Ubuntu Touch / Plasma Mobile)
|
||||
|
|
|
@ -27,14 +27,14 @@ Il existe différents types de clients pour se connecter à XMPP.
|
|||
- [Gajim](http://gajim.org/fr/) (Linux, Windows)
|
||||
- [Dino](https://dino.im) (Linux)
|
||||
- [Thunderbird](https://www.thunderbird.net/) (multiplateforme)
|
||||
- [Beagle IM](https://beagle.im/) (Mac OS)
|
||||
- [Beagle IM](https://beagle.im/) (macOS)
|
||||
- [Profanity](https://profanity-im.github.io/) (Linux)
|
||||
|
||||
### Clients sur mobile
|
||||
|
||||
- [Conversations](https://conversations.im/) (Android)
|
||||
- [Xabber](http://xabber.com) (Android)
|
||||
- [Movim sous Android](https://movim.eu)
|
||||
- [Movim](https://movim.eu) (Android)
|
||||
- [Monal](https://monal.im/) (iOS)
|
||||
- [Siskin IM](https://siskin.im/) (iOS)
|
||||
- [Kaidan](https://www.kaidan.im/) (Ubuntu Touch / Plasma Mobile)
|
||||
|
@ -46,7 +46,6 @@ Voici une liste plus exhaustive des clients XMPP : https://fr.wikipedia.org/wik
|
|||
Il est possible de rendre les conversations plus sécurisées et privées en les chiffrants à l'aide de [OMEMO](https://xmpp.org/extensions/xep-0384.html), notamment en utilisant Gajim :
|
||||
- Installer `gajim` et le plugin `gajim-omemo`
|
||||
- Activez le plugins dans `Outils > Plugins`
|
||||
- L'activer
|
||||
- Activez le chiffrement dans une conversation avec un contact disposant de OMEMO.
|
||||
|
||||
## Salon de discussion
|
||||
|
|
|
@ -20,7 +20,7 @@ Sur le panneau de gestion d'OVH, vous aller récupérer 3 informations :
|
|||
|
||||
Sur votre VPS, vous aller créer une sauvegarde de votre fichier de configuration des interfaces réseau dans votre répertoire home avec la commande : `cp /etc/network/interfaces ~/interfaces`.
|
||||
|
||||
Ensuite, vous pouvez modifier le fichier de configuration `/etc/network/interfaces`).
|
||||
Ensuite, vous pouvez modifier le fichier de configuration `/etc/network/interfaces`.
|
||||
<div class="alert alert-warning" markdown="1">
|
||||
Dans cet exemple, nous considérons que votre interface réseau est `eth0`. Si elle est différente (vérifiez avec `ip a`) vous devez adapter l'exemple pour correspondre à votre situation.
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue