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

Code commits

Openfire (master)

  • Guus der Kinderen

    Guus der Kinderen e8f83e8f4bf7ab60b73fe037adbab61d2ebbd0bb

    OF-2738: Include SNI when setting up outbound server-to-server connection
    When setting up an outbound server-to-server connection, Openfire should send along an indication to what domain name it is attempting to connect. This will help the recipient server to process the connection for the correct vhost when that server is hosting multipe XMPP domains on the same server (ejabberd allows for this, for example).

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