Skip to content

feat: use _matrix-fed._tcp SRV record, fallback to _matrix._tcp

Matthias Ahouansou requested to merge srv-matrix-fed-record into next

https://spec.matrix.org/v1.10/server-server-api/#resolving-server-names

If the /.well-known request resulted in an error response, and a _matrix-fed._tcp.<hostname> SRV record was not found, a server is found by resolving an SRV record for _matrix._tcp.<hostname>.


  • I agree to release my code and all other changes of this MR under the Apache-2.0 license
Edited by Matthias Ahouansou

Merge request reports