2021-05-03 15:50:27 +02:00

5 lines
164 B
Rust

//! Endpoint to asks the receiving server to return information that the sending server will need
//! to prepare a leave event to get out of the room.
pub mod v1;