Module external_client

Source
Available on crate feature external_client only.
Expand description

Tools to observe groups without being a member, useful for server implementations.

Modules§

builder
Definitions to build an ExternalClient.

Structs§

ExternalClient
A client capable of observing a group’s state without having private keys required to read content.
ExternalGroup
A handle to an observed group that can track plaintext control messages and the resulting group state.
ExternalSnapshot
Serializable snapshot of an ExternalGroup state.

Enums§

ExternalReceivedMessage
The result of processing an ExternalGroup message using process_incoming_message