1//! Modules for events in the `m.rtc` namespace. 2 3#[cfg(feature = "unstable-msc4310")] 4pub mod decline; 5#[cfg(feature = "unstable-msc4075")] 6pub mod notification;