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

Code commits

Openfire (master)

  • Guus der Kinderen

    Guus der Kinderen 6c8b890d81fddc3adbc0e383a56541a5950157b3

    OF-2543: When retrieving pubsub items, always include payload
    The pubsub node configuration option `pubsub#deliver_payloads` is defined in XEP-0060 to control if payloads are included in pubsub notification events. Openfire should not use it to determine if payloads are to be included when answering item retrievals (those should _always_ have payloads, if they exist on the item).

    • xmppserver/src/main/java/org/jivesoftware/openfire/pubsub/LeafNode.java (version 6c8b890d81fddc3adbc0e383a56541a5950157b3)
    • xmppserver/src/main/java/org/jivesoftware/openfire/pubsub/PubSubEngine.java (version 6c8b890d81fddc3adbc0e383a56541a5950157b3)