1//! Endpoints to retrieve information from a homeserver about a resource. 2 3pub mod get_custom_information; 4#[cfg(feature = "unstable-msc4495")] 5pub mod get_presence_recipients; 6pub mod get_profile_information; 7pub mod get_room_information;