Changes for page Matrix
Last modified by Stefan Schwalb on 2023/08/28 20:39
From version 33.3
edited by Jonas Jelten
on 2023/08/28 16:38
on 2023/08/28 16:38
Change comment:
There is no comment for this version
To version 34.2
edited by Jonas Jelten
on 2023/08/28 16:50
on 2023/08/28 16:50
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -4,6 +4,9 @@ 4 4 == What is Matrix? == 5 5 6 6 7 +[[image:https://element.io/images/Ui-grad-homepage.png||height="677" width="942"]] 8 + 9 + 7 7 [[Matrix>>https://matrix.org/]] is a chat system very similar to E-Mail, but instantaneous and secure. 8 8 9 9 * You need to register an account at a provider (e.g. tum.de, or lmu.de) ... ... @@ -16,10 +16,10 @@ 16 16 Several apps exist, but we're going to go with "[[Element>>https://element.io/]]" for the sake of simplicity, as it's among the most fully-featured Matrix apps on the market. 17 17 ))) 18 18 19 -So People have their **account on one server** but can write messages **to anyone on other servers**.22 +So people have their **account on one server** but can write messages **to anyone on other servers**. 20 20 21 21 22 - You cancreate[[ end-to-end encrypted>>https://en.wikipedia.org/wiki/End-to-end_encryption]]**personal or group chats** that arenot storedand**not dependent on a central authority** like most other tools (MS Teams, WhatsApp, Zoom, ...).25 +**Personal or group chats** are[[ end-to-end encrypted>>https://en.wikipedia.org/wiki/End-to-end_encryption]] and **not dependent on a central authority** like most other tools (MS Teams, WhatsApp, Zoom, ...) - anyone can host a Matrix server. 23 23 All your messages are **synced** between all your devices - web clients, desktop clients, smartphone apps. 24 24 For additional security, encryption keys of contacts can be verified and then stored as trusted. 25 25 ... ... @@ -38,7 +38,7 @@ 38 38 39 39 * matrix.org: [[https:~~/~~/app.element.io/#/register>>https://app.element.io/#/register]] 40 40 * or any other homeserver [[https:~~/~~/joinmatrix.org/servers/>>https://joinmatrix.org/servers/]] 41 -* or, host your own homeserver )44 +* or, [[host your own homeserver>>https://matrix-org.github.io/synapse/latest/]] 🤩 42 42 43 43 To use your home server, you have to **use a client** that communicates with your homeserver. 44 44 ... ... @@ -47,10 +47,10 @@ 47 47 [[Element>>https://element.io/]] is our client of choice. 48 48 49 49 * [[Desktop Client>>https://element.io/download]] (easily provided in [[your Linux distribution of choice>>https://repology.org/project/element-desktop]]) 50 -* aswebclient:53 +* In your web browser: 51 51 ** [[matrix.cit.tum.de>>https://matrix.cit.tum.de]] 52 52 ** [[matrix.tum.de>>https://matrix.tum.de]] 53 -* [[ on your smartphone>>https://element.io/download]]56 +* [[On your smartphone>>https://element.io/download]] 54 54 55 55 (% class="wikigeneratedid" %) 56 56 Make sure the **home server is set correctly** to your provider! ... ... @@ -66,14 +66,16 @@ 66 66 ))) 67 67 68 68 69 -== BasicUsageofElement ==72 +== Using Element for Matrix == 70 70 71 71 72 72 Follow [[the official guide>>https://matrix.org/docs/chat_basics/]] how to chat with Element 😎 73 73 77 +You can create personal chats, group chats, and spaces for bundling multiple chatrooms to communicate with any other Matrix user in the world. 74 74 75 -=== Invitation of TUM Users === 76 76 80 +== Invitation of TUM Users == 81 + 77 77 When inviting TUM or CIT users to a chat, just enter the following Matrix IDs: 78 78 79 79 **For CIT Accounts**: ... ... @@ -99,4 +99,13 @@ 99 99 100 100 The invitation will then appear in the Matrix client of the just-added user and must be accepted. 101 101 102 - 107 + 108 +== Secure Backup == 109 + 110 +Since end-to-end encryption stores decryption keys only on clients (the "end"), logging out of the last client would mean loosing all messages. 111 + 112 +Matrix allows to create a encrypted backup of the decryption keys on your homeserver - with a separate passphrase. 113 + 114 +Matrix will ask you to set up your secure backup, and will request the password for the backup keys if needed. 115 + 116 +More information is in the [[official documentation about private chats>>https://matrix.org/docs/chat_basics/private-group-chat/]] 🤓