ruma_federation_api/
knock.rs

1//! Endpoints for handling room knocking.
2
3pub mod create_knock_event_template;
4pub mod send_knock;