Build: #1270 was successful Scheduled with changes by Guus der Kinderen

Stages & jobs

  1. Build and Package

  2. Copy to Website

Code commits

Openfire (master)

  • Guus der Kinderen

    Guus der Kinderen 405b452ce56ba38c6858eefeec0a9c5028dc64bf

    OF-2379: Explicitly order pubsub items by creation date

    • xmppserver/src/main/java/org/jivesoftware/openfire/pubsub/InMemoryPubSubPersistenceProvider.java (version 405b452ce56ba38c6858eefeec0a9c5028dc64bf)
    • xmppserver/src/main/java/org/jivesoftware/openfire/pubsub/PubSubPersistenceProvider.java (version 405b452ce56ba38c6858eefeec0a9c5028dc64bf)
  • Guus der Kinderen

    Guus der Kinderen 0459c166fbe478a1fe4d8b26384e7e032185b372

    OF-2390: Add warning to admin console for to low ghost detection
    When Openfire is configured to remove occupants as MUC ghosts for a value that is shorter than the Stream Management maximum detach time, then detached users run a considerable amount of risk to be misidentified as ghosts. This commit adds a warning to the admin console when such a configuration exists. The warning might not be fully accurate (as there's no telling what maximum detach time remote users have), but can be expected to be 'generally ok'.

    • i18n/src/main/resources/openfire_i18n.properties (version 0459c166fbe478a1fe4d8b26384e7e032185b372)
    • xmppserver/src/main/webapp/muc-tasks.jsp (version 0459c166fbe478a1fe4d8b26384e7e032185b372)
  • Guus der Kinderen

    Guus der Kinderen 464759336c8b96b672f4fd1da5c58302d4351577

    OF-2390: Increase default frequency for MUC ghost detection.
    The intent of this change is to increase the maximum timeout of IQ Ping requests used in MUC ghost detection. This has been hard-coded to be 25% of the frequency.

    A more flexible solution would involve adding a new property that controls the IQ Ping timeout (instead of using the hardcoded 25%), but that'd take some more effort to implement. This change here will have comparable effects, without needing to worry if we'd have to expose a new property on the admin console, etc.

    • xmppserver/src/main/java/org/jivesoftware/openfire/muc/spi/MultiUserChatServiceImpl.java (version 464759336c8b96b672f4fd1da5c58302d4351577)
  • Guus der Kinderen

    Guus der Kinderen 42a20bb469c8ba073112094e0724333e83f13785

    OF-113: Limit lenght of group name/description to database restrictions
    The database allows for up to 50 characters for a group name, and up to 255 for a description. The admin panel should not allow the end-user to provide longer values.

    • xmppserver/src/main/webapp/group-create.jsp (version 42a20bb469c8ba073112094e0724333e83f13785)
    • xmppserver/src/main/webapp/group-edit.jsp (version 42a20bb469c8ba073112094e0724333e83f13785)