matrix-org / matrix-federation-tester

Tester for matrix federation written in golang.
77 stars 17 forks source link

Support MSC4040 `matrix-fed` service name lookup #142

Open turt2live opened 11 months ago

turt2live commented 11 months ago

See https://github.com/matrix-org/matrix-spec/pull/1624

Requires https://github.com/matrix-org/gomatrixserverlib/pull/411

Domain tests:

3c.s.resolvematrix.dev - _matrix only, .well-known ![image](https://github.com/matrix-org/matrix-federation-tester/assets/1190097/b80c1d16-8ab8-48bf-b2f5-afa821d5943a)
4.s.resolvematrix.dev - _matrix only ![image](https://github.com/matrix-org/matrix-federation-tester/assets/1190097/5158db10-0bc0-4c8b-85cc-cfa0b95da261)
3c.msc4040.s.resolvematrix.dev - _matrix-fed only, .well-known ![image](https://github.com/matrix-org/matrix-federation-tester/assets/1190097/8b29b5a2-82a7-4e91-a0a8-699e707e7397)
4.msc4040.s.resolvematrix.dev - _matrix-fed only ![image](https://github.com/matrix-org/matrix-federation-tester/assets/1190097/5e351432-8906-44ea-8fc9-86e1046b5f1c)
t2l.io - _matrix-fed and _matrix fallback (TODO: Update resolvematrix.dev to support this case) ![image](https://github.com/matrix-org/matrix-federation-tester/assets/1190097/b8216e64-16dc-4519-8196-a50000688215)
turt2live commented 4 months ago

This PR may need taking over from someone on the maintenance side, sorry. This PR is becoming fairly critical to deploy, but I'm running out of spare time to push it forward.