You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.rst
+7-36Lines changed: 7 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ which handle:
45
45
- Eventually-consistent cryptographically secure synchronisation of room
46
46
state across a global open network of federated servers and services
47
47
- Sending and receiving extensible messages in a room with (optional)
48
-
end-to-end encryption[1]
48
+
end-to-end encryption
49
49
- Inviting, joining, leaving, kicking, banning room members
50
50
- Managing user accounts (registration, login, logout)
51
51
- Using 3rd Party IDs (3PIDs) such as email addresses, phone numbers,
@@ -82,9 +82,6 @@ at the `Matrix spec <https://matrix.org/docs/spec>`_, and experiment with the
82
82
83
83
Thanks for using Matrix!
84
84
85
-
[1] End-to-end encryption is currently in beta: `blog post <https://matrix.org/blog/2016/11/21/matrixs-olm-end-to-end-encryption-security-assessment-released-and-implemented-cross-platform-on-riot-at-last>`_.
86
-
87
-
88
85
Support
89
86
=======
90
87
@@ -115,12 +112,11 @@ Unless you are running a test instance of Synapse on your local machine, in
115
112
general, you will need to enable TLS support before you can successfully
116
113
connect from a client: see `<INSTALL.md#tls-certificates>`_.
117
114
118
-
An easy way to get started is to login or register via Riot at
119
-
https://riot.im/app/#/login or https://riot.im/app/#/register respectively.
115
+
An easy way to get started is to login or register via Element at
116
+
https://app.element.io/#/login or https://app.element.io/#/register respectively.
120
117
You will need to change the server you are logging into from ``matrix.org``
121
118
and instead specify a Homeserver URL of ``https://<server_name>:8448``
122
119
(or just ``https://<server_name>`` if you are using a reverse proxy).
123
-
(Leave the identity server as the default - see `Identity servers`_.)
0 commit comments