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