Skip to main content

Module encryption

Module encryption 

Source
Available on crate feature e2e-encryption and (crate features testing) and non-target_family=wasm 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.