Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).

Build: #882 was successful Changes by Guus der Kinderen and Florian Schmaus <flo@geekplace.eu>

Build result summary

Details

Completed
Queue duration
6 minutes
Duration
6 minutes
Labels
None
Agent
Default Agent
Revision
ae2c53f78ce12187c7331565e4914b69649cca29
Total tests
834
First to pass since
#849 (Changes by Dan Caseley <dan@caseley.me.uk>)

Tests

Code commits

Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> ae2c53f78ce12187c7331565e4914b69649cca29 Merge pull request #543 from guusdk/websocket-default-port
Websocket implicit discovery should use common ports
Guus der Kinderen Guus der Kinderen 3a84a1ff47234f51402171931262234f057701cf s/ the the / the /g
Guus der Kinderen Guus der Kinderen 3f13d90a56e91efc40b7e8df339e910ff33f89f3 m Websocket implicit discovery should use common ports
When enabled, the websocket implementation will attempt to use two implicit endpoints, using these URLs:
- `wss://[host]:5443/ws`
- `ws://[host]:5443/ws`

These endpoints should include ports that are used by default by known implementations, such as 5280/5281 (Prosody) and 7070/7443 (Openfire).