//! Endpoints for the r0.x.x versions of the client API specification. pub mod account; pub mod alias; pub mod config; pub mod contact; pub mod context; pub mod directory; pub mod filter; pub mod media; pub mod membership; pub mod presence; pub mod profile; pub mod push; pub mod receipt; pub mod redact; pub mod room; pub mod search; pub mod send; pub mod server; pub mod session; pub mod sync; pub mod tag; pub mod typing; pub mod voip;