Module encryption

Source
Available on crate feature testing and non-target_family="wasm" and crate feature e2e-encryption only.
Expand description

Helpers to mock a server that supports the main crypto API and have a client automatically connected to that server, for the purpose of integration tests.

Type Aliasesยง

PendingToDeviceMessages
Stores pending to-device messages for each user and device. To be used with MatrixMockServer::capture_put_to_device_traffic.