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>

Build result summary

Details

Completed
Queue duration
3 minutes
Duration
46 minutes
Labels
None
Agent
Default Agent
Revision
b97d0be40836f76f9bc494ab663b0948a56ad152
Total tests
452
Successful since
#2026 ()

Tests

Code commits

Author Commit Message Commit date
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.

Jira issues

IssueDescriptionStatus
Unknown Issue TypeOF-2209Could not obtain issue details from Jira
Unknown Issue TypeXEP-0045Could not obtain issue details from Jira