1
2
3
4
5
6
//! `PUT /_matrix/federation/*/send_join/{roomId}/{eventId}`
//!
//! Send a join event to a resident server.

pub mod v1;
pub mod v2;