Generates the latest/greatest Maven-based artifacts for the Openfire project, every night.

Build: #254 was successful Scheduled with changes by Dave Cridland <dave@cridland.net> and Anno van Vliet <anno.van.vliet@gmail.com>

Stages & jobs

  1. Build and Package

  2. Deploy

Code commits

Openfire (master)

  • Dave Cridland <dave@cridland.net>

    Dave Cridland <dave@cridland.net> c65700dec779401cda0a7b0f4aab57e79003eedb

    Merge pull request #1000 from sco0ter/ws
    WebSocket endpoint should allow null path.

  • Dave Cridland <dave@cridland.net>

    Dave Cridland <dave@cridland.net> 5187208ef38a3c040495a21035c2ead340934f3d

    Merge pull request #998 from annovanvliet/fixMucHistory
    OF-1468 Group Chat History returns one message too many

  • Christian Schudt <christian.schudt@gmx.de>

    Christian Schudt <christian.schudt@gmx.de> 5e58ac90c10120fb9ff0b61aa61870bc25ef49a4 m

    WebSocket endpoint should allow null path.
    Currently the endpoint is only available via ws://host:port/ws/

    It will now also be available via ws://host:port/ws

    (note the lack of the trailing slash).

    URLs without trailing slash seem to be the standard for BOSH and WebSockets and are also used by XEP-0156.

     This commit increases interoperability.

    • src/java/org/jivesoftware/openfire/http/HttpBindManager.java (version 5e58ac90c10120fb9ff0b61aa61870bc25ef49a4)
  • Anno van Vliet <anno.van.vliet@gmail.com>

    Anno van Vliet <anno.van.vliet@gmail.com> fc682b8878145991d92162acb6588e71e542ebfb

    Group Chat History contains one message to many. When specifying “Show a Specific Number of Messages” for Group Chat History Settings, the user get one message to many. For example, if 10 is specified. the user get the last eleven messages in the room.

    • src/java/org/jivesoftware/openfire/muc/HistoryStrategy.java (version fc682b8878145991d92162acb6588e71e542ebfb)