1636c202a7
Updates this GitHub Action that's used to execute XMPP-based interop tests from v1.6.1 to v1.7.1. This does not bring a significant amount of new tests (although some early tests for XEP-0060: 'Publish/Subscribe' was added), but does improve the stability of the existing tests (meaning: less false positives and less 'flacky' tests). Additional configuration options have been added: - there now are three different ways to provision test accounts on the server-under-test. That should make it easier for some to embed our tests to their pipeline - the failOnImpossibleTest option fails the test run if any configured tests were impossible to execute, ensuring all intended tests actually ran.