gematik / TI-Messenger-Testsuite

This Project contains the testsuite for the TI-Messenger. It tests multiple TI-Messenger instances against each other for interoperability.
Apache License 2.0
10 stars 3 forks source link

Feature_00 uses federation API to get Matrix server address that leads to test errors #28

Closed mthiele closed 4 months ago

mthiele commented 6 months ago

In InfoControllerGlue the method requestMatrixVersionFromHomeServer gets the supported Matrix version by calling /.well-known/matrix/server which is the federation address of the Matrix server.

It should call /.well-known/matrix/client instead which yields the correct result.

Beff42 commented 6 months ago

Thanks for reporting this! We will adjust this in a future version. I'll close the issue once the fix is released.

benkuly commented 4 months ago

Seems to be fixed in 1.3.0

Beff42 commented 4 months ago

This is correct, the testcase was changed to include this behaviour in 1.3.0.