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: #1337 was successful Changes by Dele Olajide <dele@traderlynk.com>

Code commits

Openfire (master)

  • Dele Olajide <dele@traderlynk.com>

    Dele Olajide <dele@traderlynk.com> bb9d52c02b3dd9989469fe5cf9fa40235bfb85b6

    websocket plugin has been broken since Openfire 4.1.4. This PR implements the missing code and fixes the issue
        @Override
       public ConnectionConfiguration getConfiguration()
       {
           // TODO Here we run into an issue with the ConnectionConfiguration introduced in Openfire 4:
           //      it is not extensible in the sense that unforeseen connection types can be added.
           //      For now, null is returned, as this object is likely to be unused (its lifecycle is
           //      not managed by a ConnectionListener instance).
           return null;
       }

    • src/plugins/websocket/plugin.xml (version bb9d52c02b3dd9989469fe5cf9fa40235bfb85b6)
    • src/plugins/websocket/src/java/org/jivesoftware/openfire/websocket/WebSocketConnection.java (version bb9d52c02b3dd9989469fe5cf9fa40235bfb85b6)