some quick fixes to the matrix page
This commit is contained in:
parent
a4c5204d07
commit
e54cf5090e
1 changed files with 6 additions and 6 deletions
|
@ -2,21 +2,21 @@
|
||||||
title: Matrix
|
title: Matrix
|
||||||
---
|
---
|
||||||
|
|
||||||
Matrix is an open-source communications platform, allowing you to chat to communities of your choice. End to end encryption is a large focus of Matrix, and it's also completely open source.
|
Matrix is an open-source communications platform, allowing you to chat to communities of your choice. An important feature of Matrix is its end to end encryption, allowing you to talk privately and securely.
|
||||||
|
|
||||||
## Comparison to Discord
|
## Comparison to Discord
|
||||||
|
|
||||||
Matrix has many parallels to Discord, but also many differences. This comparison may be useful to you when migrating:
|
Matrix has many parallels to Discord, but also some important differences. This comparison may be useful to you when migrating:
|
||||||
|
|
||||||
- Instead of Discord "channels", you have Matrix "rooms". Rooms can both be joined with in a space (explained below), or standalone, unlike Discord. They can be set up to be end to end encrypted, but for large rooms it's more reliable to run without encryption.
|
- Instead of Discord "channels", you have Matrix "rooms". Rooms can both be joined within a space (explained below), or standalone, unlike Discord. They can be configured to run without end to end encryption, but for large rooms it's more reliable to not use encryption.
|
||||||
- The equivalent of a Discord "server" is a matrix "space". Spaces are essentially a directory of rooms, where they are grouped under one icon (depending on your client), and rooms within the space are shown and are available to join. However, you do not have to join all rooms in a Matrix space.
|
- The equivalent of a Discord "server" is a Matrix "space". Spaces are essentially a directory of rooms, where they are grouped under one icon (depending on your client), and rooms within the space are shown and are available to join. However, you do not have to join all rooms in a Matrix space.
|
||||||
|
|
||||||
## Choosing a Client
|
## Choosing a Client
|
||||||
|
|
||||||
Matrix is purely a protocol, and you can use any "client" you want. Clients are front-ends for Matrix, basically the way you actually see messages and join rooms. There are countless clients, but we recommend one of the following for the best possible experience:
|
Matrix is purely a protocol, and you can use any "client" you want. Clients are front-ends for Matrix, basically the way you actually see messages and join rooms. There are countless clients, but we recommend one of the following for the best possible experience:
|
||||||
|
|
||||||
- [Cinny](https://cinny.in): Cinny provides a Discord-like UI and some really nice features. You can use it on the web or as a Tauri app, and it works on Linux phones very well.
|
- [Cinny](https://cinny.in) provides a Discord-like UI and some really nice features. You can use it on the web or as a Tauri app, and it works on Linux phones very well.
|
||||||
- [FluffyChat](https://fluffychat.im): FluffyChat is made with flutter, so it has great cross-platform support, so it's usable on iOS, Android, Linux, Web, etc. It also has some features that Cinny doesn't, but Cinny is slightly more intuitive in my opinion.
|
- [FluffyChat](https://fluffychat.im) is made with flutter, so it has great cross-platform support, so it's usable on iOS, Android, Linux, Web, etc. It also has some features that Cinny doesn't, but Cinny is slightly more intuitive in my opinion.
|
||||||
|
|
||||||
## How to Use
|
## How to Use
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue