Crate matrix_oracle

Source
Expand description

Matrix-oracle is a crate for performing lookups of .well-known information for the matrix protocol.

§Features

  • client (enabled by default) — Enable client-server well-known resolution
  • server (enabled by default) — Enable server-server well-known resolution
  • native-tls (enabled by default) — Use openssl for TLS
  • rustls — Use rustls for TLS

Modules§

client
Resolution for the client-server API
server
Resolution for the server-server API