[][src]Module ruma_events::to_device

"To-device" versions of encrypted and key verification events.

Each "to-device" event includes only the content, type, and sender fields. To-device events are sent directly from one device to the other without the need to create a room.

Structs

ToDeviceEvent

To-device event.

Enums

AnyToDeviceEvent

To-device versions of events that will appear in the to-device part of a sync response.

Type Definitions

ToDeviceDummy

To-device version of the m.dummy event.

ToDeviceEncrypted

To-device version of the m.room.encrypted event.

ToDeviceForwardedRoomKey

To-device version of the m.forwarded_room_key event.

ToDeviceRoomKey

To-device version of the m.room_key event.

ToDeviceRoomKeyRequest

To-device version of the m.room_key_request event.

ToDeviceVerificationAccept

To-device version of the m.key.verification.accept event.

ToDeviceVerificationCancel

To-device version of the m.key.verification.cancel event.

ToDeviceVerificationKey

To-device version of the m.key.verification.key event.

ToDeviceVerificationMac

To-device version of the m.key.verification.mac event.

ToDeviceVerificationRequest

To-device version of the m.key.verification.request event.

ToDeviceVerificationStart

To-device version of the m.key.verification.start event.