5 lines
164 B
Rust
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;
|