CustomConfiguration

data class CustomConfiguration(var keyRotationSpan: Duration?, var wirePolicy: MlsWirePolicy?)

Configuration of MLS group

Constructors

Link copied to clipboard
constructor(keyRotationSpan: Duration?, wirePolicy: MlsWirePolicy?)

Properties

Link copied to clipboard

Duration in seconds after which we will automatically force a self-update commit. Note: This isn't currently implemented.

Link copied to clipboard

Defines if handshake messages are encrypted or not. Note: encrypted handshake messages are not supported by wire-server.