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: #1589 was successful Changes by Dave Cridland <dave@cridland.net>

Code commits

Openfire (master)

  • Dave Cridland <dave@cridland.net>

    Dave Cridland <dave@cridland.net> cfb3e7dedd0ca2546a0092b770645bf9421fb882

    OF-1590 Validate h against resumed session
    The `<resume/>` element sent by the client during a XEP-0198 session
    resumption contains an `h` attribute which is validated to ensure it
    has not acknowledged more stanzas than were actually sent.

    However, we were validating that against the current session, whose
    counters would be disabled, and therefore left at zero. This simply
    checks them against the correct session instead - the `otherSession`
    which is to be resumed.

    • src/java/org/jivesoftware/openfire/streammanagement/StreamManager.java (version cfb3e7dedd0ca2546a0092b770645bf9421fb882)