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

Code commits

Openfire (master)

  • Guus der Kinderen

    Guus der Kinderen c0e89ce04d02be61347e2eca3152412be1112879

    OF-2761: Prevent NPE when MUC service gets unexpected IQ result
    When an IQ Service gets send an IQ result, it generates a null response, which it tries to route. That causes NullPointerExceptions to be logged.

    With this commit, such null responses are silently dropped.

    • xmppserver/src/main/java/org/jivesoftware/openfire/muc/spi/MultiUserChatServiceImpl.java (version c0e89ce04d02be61347e2eca3152412be1112879)