2020-09-25 15:40:58 +02:00

5 lines
224 B
Rust

//! Used by identity servers to notify the homeserver that one of its users has bound a third party
//! identifier successfully, including any pending room invites the identity server has been made
//! aware of.
pub mod v1;