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

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

Server discovery endpoints.

Modules

Query for another server’s keys. The receiving (notary) server must sign the keys returned by the queried server.

Query for keys from multiple servers in a batch format. The receiving (notary) server must sign the keys returned by the queried servers.

Endpdoint for retrieving a server’s published signing keys.

Endpoint to retrieve metadata about a server implementation.

Structs

A key the server used to use, but stopped using.

Queried server key, signed by the notary server.

Public key of the homeserver for verifying digital signatures.