1
2
3
4
5
6
7
//! Endpoints for third party lookups

pub mod get_location_for_protocol;
pub mod get_location_for_room_alias;
pub mod get_protocol;
pub mod get_user_for_protocol;
pub mod get_user_for_user_id;