1//! `PUT /_matrix/federation/*/send_knock/{roomId}/{eventId}` 2//! 3//! Submits a signed knock event to the resident homeserver for it to accept into the room's graph. 4 5pub mod unstable; 6pub mod v1;