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: #2546 was successful Changes by Guus der Kinderen

Code commits

Openfire (master)

  • Guus der Kinderen

    Guus der Kinderen 81f497723d79b7bd556fa86724aea1f0baf6b618

    OF-2774: Fix whitespace ping / keepalive
    By placing the whitespace ping handlers beyond the XMPP Decoder, the white space (that needs to be acted on) was not detected (it got normalized away by the XMPP decoder).

    This commit places the whitespace ping handlers in front of the XMPP Decoder, so that they can properly detect the whitespace data.

    • xmppserver/src/main/java/org/jivesoftware/openfire/nio/NettySessionInitializer.java (version 81f497723d79b7bd556fa86724aea1f0baf6b618)
    • xmppserver/src/main/java/org/jivesoftware/openfire/spi/NettyServerInitializer.java (version 81f497723d79b7bd556fa86724aea1f0baf6b618)