matrix-org / matrix-federation-tester

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

move `gomatrixserverlib.LookupServer` into federation tester #63

Closed richvdh closed 5 years ago

richvdh commented 5 years ago

LookupServer isn't useful functionality for matrix servers in general (they should be using ResolveServer as of https://github.com/matrix-org/gomatrixserverlib/pull/118). We should move it in here.