@wireapp/core-crypto
    Preparing search index...

    Interface ConversationConfiguration

    interface ConversationConfiguration {
        ciphersuite?: Ciphersuite;
        externalSenders?: ExternalSenderKey[];
        keyRotationSpan?: number;
        wirePolicy?: WirePolicy;
    }
    Index

    Properties

    ciphersuite?: Ciphersuite

    The ciphersuite which should be used to encrypt this conversation.

    externalSenders?: ExternalSenderKey[]

    List of client IDs that are allowed to be external senders

    keyRotationSpan?: number

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

    wirePolicy?: WirePolicy

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