5 lines
224 B
Rust
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;
|