File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
77
88Set the following on your homeserver's
99` /.well-known/matrix/client ` config:
10+
1011``` json
1112{
12- "im.vector.riot .e2ee" : {
13+ "io.element .e2ee" : {
1314 "default" : false
1415 }
1516}
1617```
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