Module backups

Source
Available on crate feature e2e-encryption only.
Expand description

Room key backup support

This module implements support for server-side key backups[1]. The module allows you to connect to an existing backup, create or delete backups from the homeserver, and download room keys from a backup.

Modules§

futures
Named futures for the backup support.

Structs§

Backups
The backups manager for the Client.

Enums§

BackupState
The possible states of the Client’s room key backup mechanism.
UploadState
The states the upload task can be in.