Stages & jobs

  1. Build and Package

  2. Copy to Website

Code commits

Openfire (master)

  • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 5454b57088ef6b62af39bb3cf704879baf55ab07

    Bump actions/cache from 3 to 4 (#2402)
    Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](https://github.com/actions/cache/compare/v3...v4)

    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    • .github/workflows/continuous-integration-workflow.yml (version 5454b57088ef6b62af39bb3cf704879baf55ab07)
  • Guus der Kinderen

    Guus der Kinderen e6b6dfdfa8716338de3a4cae6fef1752d95534b3

    OF-2778: Fix carbon copies of groupchat messages
    Messages of type groupchat should not be carbon-copied. The previous implementation only prevented carbon copies for messages of type groupchat when they had a MUC child element - which typically does not happen in the wild.

    • xmppserver/src/main/java/org/jivesoftware/openfire/forward/Forwarded.java (version e6b6dfdfa8716338de3a4cae6fef1752d95534b3)
    • xmppserver/src/test/java/org/jivesoftware/openfire/forward/ForwardedTest.java (version e6b6dfdfa8716338de3a4cae6fef1752d95534b3)