File tree 1 file changed +27
-1
lines changed 1 file changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,36 @@ For private room creation, Element will default to encryption on but give you th
7
7
8
8
Set the following on your homeserver's
9
9
` /.well-known/matrix/client ` config:
10
+
10
11
``` json
11
12
{
12
- "im.vector.riot .e2ee" : {
13
+ "io.element .e2ee" : {
13
14
"default" : false
14
15
}
15
16
}
16
17
```
18
+
19
+ # Secure backup
20
+
21
+ By default, Element strongly encourages (but does not require) users to set up
22
+ Secure Backup so that cross-signing identity key and message keys can be
23
+ recovered in case of a disaster where you lose access to all active devices.
24
+
25
+ ## Requiring secure backup
26
+
27
+ To require Secure Backup to be configured before Element can be used, set the
28
+ following on your homeserver's ` /.well-known/matrix/client ` config:
29
+
30
+ ``` json
31
+ {
32
+ "io.element.e2ee" : {
33
+ "secure_backup_required" : true
34
+ }
35
+ }
36
+ ```
37
+
38
+ # Compatibility
39
+
40
+ The settings above were first proposed under a ` im.vector.riot.e2ee ` key, which
41
+ is now deprecated. Element will check for either key, preferring
42
+ ` io.element.e2ee ` if both exist.
You can’t perform that action at this time.
0 commit comments