Build: #171 was successful Scheduled with changes by GregDThomas <greg.d.thomas@gmail.com>

Code commits

Openfire (master)

  • GregDThomas <greg.d.thomas@gmail.com>

    GregDThomas <greg.d.thomas@gmail.com> 935b0a388174a7764f7571dd71e43101a87a8a19

    Merge pull request #1255 from guusdk/OF-1670_MUC-sysadmins-password
    OF-1670: Allow MUC sysadmins to join a password protected room

  • GregDThomas <greg.d.thomas@gmail.com>

    GregDThomas <greg.d.thomas@gmail.com> 0f01fd350f541f3955f3c82bfcb9a7e5cb1ba136

    OF-1671: Ensure Openfire can copy with a non-snapshot four digit version (e.g. 1.2.3.4)

    • xmppserver/src/main/java/org/jivesoftware/util/Version.java (version 0f01fd350f541f3955f3c82bfcb9a7e5cb1ba136)
    • xmppserver/src/test/java/org/jivesoftware/util/VersionTest.java (version 0f01fd350f541f3955f3c82bfcb9a7e5cb1ba136)
  • Guus der Kinderen

    Guus der Kinderen a84674300e7872568214c48f8e8f647d30bb3431 m

    OF-1670: Allow MUC sysadmins to join a password protected room
    When a MUC room is configured to require a password upon entry, a sysadmin should be able
    to join the room (without providing the password).

    The above will now be the default configuration. It can be configured, through the admin
    console, on a per conference service basis (which is the same context in which sysadmins
    are defined).

    • i18n/src/main/resources/openfire_i18n_en.properties (version a84674300e7872568214c48f8e8f647d30bb3431)
    • i18n/src/main/resources/openfire_i18n_nl.properties (version a84674300e7872568214c48f8e8f647d30bb3431)
    • xmppserver/src/main/java/org/jivesoftware/openfire/muc/MultiUserChatService.java (version a84674300e7872568214c48f8e8f647d30bb3431)
    • xmppserver/src/main/java/org/jivesoftware/openfire/muc/spi/LocalMUCRoom.java (version a84674300e7872568214c48f8e8f647d30bb3431)
    • xmppserver/src/main/webapp/muc-sysadmins.jsp (version a84674300e7872568214c48f8e8f647d30bb3431)