1 2 3 4 5 6
//! `GET /_matrix/federation/*/make_knock/{roomId}/{userId}` //! //! Send a request for a knock event template to a resident server. pub mod unstable; pub mod v1;