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

Build: #1112 failed Scheduled with changes by Guus der Kinderen and daryl herzmann <akrherz@iastate.edu>

Stages & jobs

  1. Build and Package

  2. Deploy

  3. copy nightlies to website

Code commits

Openfire (master)

  • daryl herzmann <akrherz@iastate.edu>

    daryl herzmann <akrherz@iastate.edu> 5b10a785248422d77be216d6535eb6097dc217e5

    Merge pull request #1591 from guusdk/OF-158_Make-room-defaults-configurable
    OF-158: Make room default settings use configurable service defaults.

  • daryl herzmann <akrherz@iastate.edu>

    daryl herzmann <akrherz@iastate.edu> eadd16056413f9c97437da9f02132f5d2a322ead

    Merge pull request #1621 from guusdk/OF-2008_autosetup-usrs
    OF-2008: Allow users to be provisioned through autosetup

  • Guus der Kinderen

    Guus der Kinderen 72afcf63042e71f4ef8783080bad944d7067fe64

    OF-2008: Allow users to be provisioned through autosetup

    • distribution/src/conf/openfire-demoboot.xml (version 72afcf63042e71f4ef8783080bad944d7067fe64)
    • documentation/install-guide.html (version 72afcf63042e71f4ef8783080bad944d7067fe64)
    • xmppserver/src/main/java/org/jivesoftware/openfire/XMPPServer.java (version 72afcf63042e71f4ef8783080bad944d7067fe64)
  • Guus der Kinderen

    Guus der Kinderen 6a014142999a2705b869f50daa0eb6cba8fa6929 m

    OF-158: Make room default settings use configurable service defaults.
    MUC services have configurable default settings to be applied to new rooms. These defaults are already used when an end-user creates a room (through XMPP).

    This commit takes applies the same settings to the room creation form that is in the Admin console, with one exemption: rooms created in the admin console are always persistent.

    Note that it's possible to configure Openfire with more than one MUC service. If that's the case, selecting the MUC service in which the room is to be created is part of the room creation form. As at that point, the to-be-used service is still unknown, the (other) default values that are used on the same form are based on the first available service. That seems to be an acceptable trade-off, given the limited amount of installs that have more than one MUC service.

    • i18n/src/main/resources/openfire_i18n.properties (version 6a014142999a2705b869f50daa0eb6cba8fa6929)
    • i18n/src/main/resources/openfire_i18n_cs_CZ.properties (version 6a014142999a2705b869f50daa0eb6cba8fa6929)
    • i18n/src/main/resources/openfire_i18n_de.properties (version 6a014142999a2705b869f50daa0eb6cba8fa6929)
    • i18n/src/main/resources/openfire_i18n_es.properties (version 6a014142999a2705b869f50daa0eb6cba8fa6929)
    • i18n/src/main/resources/openfire_i18n_fr.properties (version 6a014142999a2705b869f50daa0eb6cba8fa6929)
    • i18n/src/main/resources/openfire_i18n_ja_JP.properties (version 6a014142999a2705b869f50daa0eb6cba8fa6929)
    • i18n/src/main/resources/openfire_i18n_nl.properties (version 6a014142999a2705b869f50daa0eb6cba8fa6929)
    • i18n/src/main/resources/openfire_i18n_pl_PL.properties (version 6a014142999a2705b869f50daa0eb6cba8fa6929)
    • i18n/src/main/resources/openfire_i18n_pt_BR.properties (version 6a014142999a2705b869f50daa0eb6cba8fa6929)
    • i18n/src/main/resources/openfire_i18n_pt_PT.properties (version 6a014142999a2705b869f50daa0eb6cba8fa6929)
    • i18n/src/main/resources/openfire_i18n_ru_RU.properties (version 6a014142999a2705b869f50daa0eb6cba8fa6929)
    • i18n/src/main/resources/openfire_i18n_sk.properties (version 6a014142999a2705b869f50daa0eb6cba8fa6929)
    • i18n/src/main/resources/openfire_i18n_zh_CN.properties (version 6a014142999a2705b869f50daa0eb6cba8fa6929)
    • xmppserver/src/main/webapp/muc-default-settings.jsp (version 6a014142999a2705b869f50daa0eb6cba8fa6929)
    • xmppserver/src/main/webapp/muc-room-edit-form.jsp (version 6a014142999a2705b869f50daa0eb6cba8fa6929)
  • Guus der Kinderen

    Guus der Kinderen 7a82bb29eb94f9843fd4145fa0f364c14bce6287 m

    Admin Console: Apply JSTL to 'default room settings' page
    Replaces JSP constructs with more structured JSTL equivalent. This commit should introduce no functional changes.

    • xmppserver/src/main/webapp/muc-default-settings.jsp (version 7a82bb29eb94f9843fd4145fa0f364c14bce6287)
  • Guus der Kinderen

    Guus der Kinderen f79d01c838ffc2af7e6c31295ea18b4ccc273a36 m

    Admin Console: Apply JSTL to 'create/edit MUC room' page
    Replaces JSP constructs with more structured JSTL equivalent. This commit should introduce next to no functional changes, except for:
    - The page list more (most) input validation errors, instead of just the first one.
    - Add HTML labels to various input fields.

    • xmppserver/src/main/webapp/muc-room-edit-form.jsp (version f79d01c838ffc2af7e6c31295ea18b4ccc273a36)
  • Guus der Kinderen

    Guus der Kinderen b53128afdc160294f6b504193eaf5526ef2abde7 m

    Replaced deprecated API. No functional change.

    • xmppserver/src/main/webapp/muc-room-edit-form.jsp (version b53128afdc160294f6b504193eaf5526ef2abde7)