ruwuma/crates/ruma-appservice-api
Kévin Commaille 09ff0b2819 identifiers: Differentiate one-time and fallback keys from device keys
Move the `DeviceKeyAlgorithm::SignedCurve25519` into the new
`OneTimeKeyAlgorithm` type.
Add `(Owned)OneTimeKeyId` and `(Owned)OneTimeKeyName` instead of using
`(Owned)DeviceKeyId`.
2024-11-08 13:02:19 -05:00
..

ruma-appservice-api

crates.io page docs.rs page license: MIT

ruma-appservice-api contains serializable types for the requests and responses for each endpoint in the Matrix application service API specification. These types can be shared by application service and server code.

Status

This project is currently experimental and is very likely to change drastically.