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
Copy file name to clipboardExpand all lines: docs/src/developer/reference/config-options.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -291,11 +291,11 @@ sndFactorPasswordChallenge:
291
291
292
292
### MLS
293
293
294
-
This feature specifies how should behave. It has no effect on the server's behaviour.
294
+
If this feature is enabled then clients that support the MLS feature will allow its user to switch between Proteus and the MLS protocol provided the user is listed in `protocolToggleUsers`. The default protocol that clients will create new conversations with is specified in `defaultProtocol`. The `supportedProtocols` array is an ordered list of protocols which may be used by the client. It is used to determine the protocol to use for 1:1 conversations. It must contain the `defaultProtocol`.
295
295
296
-
If this feature is enabled then clients that support this feature will allowing its user to switch between Proteus and the MLS protocol provided the user is listed ini `protocolToggleUsers`. The default protocol that clients will create new conversations with is specified in `defaultProtocol`. The `defaultCipherSuite` and `allowedCipherSuites` contain the default ciphersuite and the allowed ciphersuites that clients should be using. The numerical values should correspond to the indices (starting at 1) specified herehttps://messaginglayersecurity.rocks/mls-protocol/draft-ietf-mls-protocol.html#table-5
296
+
The `defaultCipherSuite` and `allowedCipherSuites` contain the default ciphersuite and the allowed ciphersuites that clients should be using. The numerical values should correspond to the indices (starting at 1) specified [here](https://www.rfc-editor.org/rfc/rfc9420.html#table-6).
297
297
298
-
If this feature is disabled then clients will use the Proteus protocol with this backend.
298
+
If the MLS feature is disabled then clients will use the Proteus protocol with this backend.
299
299
300
300
The default configuration that applies to all teams that didn't explicitly change their feature configuration can be given in galley's `featureFlags` section in the config file:
301
301
@@ -307,9 +307,9 @@ mls:
307
307
config:
308
308
protocolToggleUsers: []
309
309
defaultProtocol: mls
310
+
supportedProtocols: [proteus, mls] # must contain defaultProtocol
310
311
allowedCipherSuites: [1]
311
312
defaultCipherSuite: 1
312
-
supportedProtocols: [proteus, mls] # must contain defaultProtocol
0 commit comments