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: #2457 was successful Changes by Alex Gidman <alex.gidman@surevine.com>

Code commits

Openfire (master)

  • Alex Gidman <alex.gidman@surevine.com>

    Alex Gidman <alex.gidman@surevine.com> 39cd204c6bc93a1829291d2d957cf5f9d7dcb56d

    chore: OF-2660 - add useful comment for not sending a stream element when using directTLS

    • xmppserver/src/main/java/org/jivesoftware/openfire/nio/NettySessionInitializer.java (version 39cd204c6bc93a1829291d2d957cf5f9d7dcb56d)
  • Alex Gidman <alex.gidman@surevine.com>

    Alex Gidman <alex.gidman@surevine.com> dcfedbd99ab1336a921de7894212cd129cd5dde7

    fix: OF-2660 - do not send an opening stream header in directTLS mode
    By adding a Netty SSL Handler what startTLS set to false, the SSL Handshake is commenced automatically. When TLS has been negotiated, a stream header is sent from the stanza handler.

    • xmppserver/src/main/java/org/jivesoftware/openfire/nio/NettySessionInitializer.java (version dcfedbd99ab1336a921de7894212cd129cd5dde7)
  • Alex Gidman <alex.gidman@surevine.com>

    Alex Gidman <alex.gidman@surevine.com> a031228c87a820f06bc3e7a6c994dcf89d3315b5

    fix: OF-2660 - remove duplicate 'Sending' trace log
    The connection has trace log for all calls to deliverRawText

    • xmppserver/src/main/java/org/jivesoftware/openfire/nio/NettyOutboundConnectionHandler.java (version a031228c87a820f06bc3e7a6c994dcf89d3315b5)