Damir Jelić 64089ed758
Add support for MSC3983
Co-authored-by: Jonas Platte <jplatte@matrix.org>
2023-11-10 14:03:21 +01:00

8 lines
160 B
Rust

//! `POST /_matrix/client/*/keys/claim`
//!
//! Claims one-time keys for use in pre-key messages.
pub mod v3;
#[cfg(feature = "unstable-msc3983")]
pub mod v4;