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: #1608 was successful Changes by daryl herzmann <akrherz@iastate.edu>

Code commits

Openfire (master)

  • daryl herzmann <akrherz@iastate.edu>

    daryl herzmann <akrherz@iastate.edu> 62618bdde57e3403ddbdcae61c2611fb70a38a62

    Merge pull request #1155 from guusdk/OF-1596_properly_close_websockets
    OF-1596: Allow connections to properly close

  • Guus der Kinderen

    Guus der Kinderen 1ea41476118f527eb370d2bddad2f53cc1c52ed9 m

    OF-1596: Allow connections to properly close
    The notification will trigger some shutdown procedures that, amongst other things,
    check what type of session (eg: anonymous) is being closed. This check depends on the
    session still being available.

    For that reason, it's important to first notify the listeners, and then close the
    session - not the other way around.

    This fixes a very visible bug where MUC users would remain in the MUC room long after
    their session was closed. Effectively, the bug prevents the MUC room from getting a
    presence update to notify it that the user logged off.

    • src/java/org/jivesoftware/openfire/net/VirtualConnection.java (version 1ea41476118f527eb370d2bddad2f53cc1c52ed9)