Kévin Commaille e249f08f4b client-api: Add server support discovery endpoint
According to MSC1929 / Matrix 1.10
2024-03-23 09:34:36 +01:00

9 lines
218 B
Rust

//! Server discovery endpoints.
pub mod discover_homeserver;
pub mod discover_support;
#[cfg(feature = "unstable-msc2965")]
pub mod get_authentication_issuer;
pub mod get_capabilities;
pub mod get_supported_versions;