Wiki source code of Element Messenger
Version 2.1 by Thomas Coelho on 2026/02/13 14:01
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | = What it is = | ||
| 2 | |||
| 3 | Element is an implementation of the open Matrix protocol. Matrix is a messenger protocol with the same intend like What's app, also with features from Mattermost. As the main differences is, it is self hosted and federated (like email). This means, we run the server in our server room and you can communicate with people from other Matrix instances. | ||
| 4 | |||
| 5 | == Glossary == | ||
| 6 | |||
| 7 | There many names involved we should clear out | ||
| 8 | |||
| 9 | * Matrix: The open communications protocol | ||
| 10 | * Element: The main developer of your software stack ([[Element.io>>https://element.io]]) | ||
| 11 | * Element-web: The Matrix Web client | ||
| 12 | * Element X: The recommended mobile app | ||
| 13 | * Synapse: The Matrix server backend | ||
| 14 | * MAS: Matrix Authentication Server - Backend Managing the Matrix Users | ||
| 15 | |||
| 16 | = Where to start = | ||
| 17 | |||
| 18 | Starting is quite easy: Go to our Element-Web Client [[ITP Element-Web>>https://element.itp.uni-frankfurt.de]] |