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

Code commits

Openfire (master)

  • Guus der Kinderen

    Guus der Kinderen 05bab329c19fcfbe90d65652999027cc0ba8031c

    OF-2369: Do not do outbound S2S when inbound disabled.
    When Openfire is configured to not allow inbound S2S of a particular flavor (direct or non-direct TLS) do not try to establish outbound S2S of the same type.

    This effectively makes an outbound S2S attempt impossible when Openfire is configured to not accept any inbound S2S.

    • xmppserver/src/main/java/org/jivesoftware/openfire/net/SocketUtil.java (version 05bab329c19fcfbe90d65652999027cc0ba8031c)
  • Guus der Kinderen

    Guus der Kinderen b8049567378e02bd80ed786db990cbccf34f1edf

    OF-2370: When determining if outbound S2S is possible, evaluate both direct and non-direct TLS

    • xmppserver/src/main/java/org/jivesoftware/openfire/server/RemoteServerManager.java (version b8049567378e02bd80ed786db990cbccf34f1edf)