Module ruma::api::federation::thirdparty[][src]

This is supported on crate feature api and (crate features federation-api or federation-api-c or federation-api-s) only.
Expand description

Module for dealing with third party identifiers

Modules

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.

The receiving server will verify the partial m.room.member event given in the request body. If valid, the receiving server will issue an invite as per the Inviting to a room section before returning a response to this request.