CustomConfiguration

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

see core_crypto::prelude::MlsCustomConfiguration

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Duration 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