ruma_federation_api/
knock.rs

1
2
3
4
//! Endpoints for handling room knocking.

pub mod create_knock_event_template;
pub mod send_knock;