matrix-org / matrix-federation-tester

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

Should federation tester check /_matrix/federation/v1/version? #48

Closed aaronraimist closed 5 years ago

aaronraimist commented 5 years ago

Maybe the federation tester should display your Synapse version (and warn if you are on an old version?)

May help with https://github.com/matrix-org/synapse/issues/3220 since

  • using the federation/v1/version endpoint (doesn't work for those who don't have federation endpoints exposed on the client port)

doesn't really apply to the federation tester since it knows which port to use