CustomConfiguration

public struct CustomConfiguration : Equatable, Hashable
extension CustomConfiguration: Sendable

see [core_crypto::MlsCustomConfiguration]

  • Duration after which we will automatically force a self-update commit Note: This isn’t currently implemented

    Declaration

    Swift

    public var keyRotationSpan: TimeInterval?
  • Defines if handshake messages are encrypted or not Note: encrypted handshake messages are not supported by wire-server

    Declaration

    Swift

    public var wirePolicy: WirePolicy?
  • Undocumented

    Declaration

    Swift

    public init(
        /**
         * Duration after which we will automatically force a self-update commit
         * Note: This isn't currently implemented
         */keyRotationSpan: TimeInterval?, 
        /**
         * Defines if handshake messages are encrypted or not
         * Note: encrypted handshake messages are not supported by wire-server
         */wirePolicy: WirePolicy?)