Skip to main content

Module protocol

Module protocol 

Source
Expand description

E2E encryption session — manages key exchange for one group/room/channel.

Structs§

E2ESession
E2E encryption session state machine.
E2ESessionConfig
Configuration for an E2E session.

Type Aliases§

OnKeyChange
Callback for TOFU key change events. Must return true to accept the new key, or false to reject. If absent, key changes are rejected by default.