Skip to main content

Crate matrix_oracle

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
  • rustls (enabled by default) — Use rustls for TLS (reqwest)
  • native-tls — Use openssl/native-tls for TLS (reqwest)

Modules§

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