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

Code commits

Openfire (master)

  • daryl herzmann <akrherz@iastate.edu>

    daryl herzmann <akrherz@iastate.edu> b97d0be40836f76f9bc494ab663b0948a56ad152

    Merge pull request #1811 from guusdk/OF-2209_MUC-detect-ghosts
    OF-2209: Detect and remove 'ghost users' from MUC.

  • Guus der Kinderen

    Guus der Kinderen d70506c24d55ce6c0e8840562ef95ad5a214b7f5 m

    OF-2209: Detect and remove 'ghost users' from MUC.
    This commit adds a new feature that complements the pre-existing feature that would kick idle users from a MUC room.

    The new feature is defined in the section related to 'ghost users' in the MUC specification (XEP-0045). It is two-fold:

    - When a room is sent a stanza that contains an error that indicates that an occupant is unreachable, drop that occupant from the room.
    - When an occupant has not interacted for a configurable amount of time, send a ping to that occupant. If the occupant is unreachable, this will trigger an error to be sent back, that will be processed by the implementation of the first item in this list.

    This new feature is configurable through the admin console (Group Chat > Group Chat Settings > (select service) > Other Settings), but is enabled by default.

    • i18n/src/main/resources/openfire_i18n.properties (version d70506c24d55ce6c0e8840562ef95ad5a214b7f5)
    • xmppserver/src/main/java/org/jivesoftware/openfire/muc/MultiUserChatService.java (version d70506c24d55ce6c0e8840562ef95ad5a214b7f5)
    • xmppserver/src/main/java/org/jivesoftware/openfire/muc/spi/LocalMUCUser.java (version d70506c24d55ce6c0e8840562ef95ad5a214b7f5)
    • xmppserver/src/main/java/org/jivesoftware/openfire/muc/spi/MultiUserChatServiceImpl.java (version d70506c24d55ce6c0e8840562ef95ad5a214b7f5)
    • xmppserver/src/main/webapp/muc-room-occupants.jsp (version d70506c24d55ce6c0e8840562ef95ad5a214b7f5)
    • xmppserver/src/main/webapp/muc-tasks.jsp (version d70506c24d55ce6c0e8840562ef95ad5a214b7f5)