Build: #889 was successful Scheduled with changes by 3 people

Code commits

Openfire (master)

  • daryl herzmann <akrherz@iastate.edu>

    daryl herzmann <akrherz@iastate.edu> 8253c023b09e88b05d343e0078f87ffb04130dff

    Merge pull request #1755 from guusdk/OF-2130_ldap-show-stacktrace
    OF-2130: Show more information when LDAP connection fails

  • Guus der Kinderen

    Guus der Kinderen ea68b706fa0cd773e2259b07c35b4f728dfab659

    OF-2130: Show more information when LDAP connection fails
    This adds a stacktrace to the error dialog when for some reason, the LDAP connection fails.

    • i18n/src/main/resources/openfire_i18n.properties (version ea68b706fa0cd773e2259b07c35b4f728dfab659)
    • xmppserver/src/main/webapp/setup/setup-ldap-server_test.jsp (version ea68b706fa0cd773e2259b07c35b4f728dfab659)
  • daryl herzmann <akrherz@iastate.edu>

    daryl herzmann <akrherz@iastate.edu> 39ac253126950271177886702492425d4c20d797

    Merge pull request #1754 from guusdk/stop-surpressing-unused-warning
    OF-981: Stop suppressing warning that are no longer issued

  • Guus der Kinderen

    Guus der Kinderen 886411babfff90b73390950289fbd8c93ec81da2

    OF-981: Stop suppressing warning that are no longer issued
    With the removal of QDox, adding an otherwise unneeded semicolon is no longer needed. Those have been removed. The corresponding suppression of the warning that signals that unneeded semicolons are used can be removed too.

    • xmppserver/src/main/java/org/jivesoftware/openfire/auth/JDBCAuthProvider.java (version 886411babfff90b73390950289fbd8c93ec81da2)
    • xmppserver/src/main/java/org/jivesoftware/openfire/stats/Statistic.java (version 886411babfff90b73390950289fbd8c93ec81da2)
  • Guus der Kinderen

    Guus der Kinderen d5ae1bd6b67a17b476a29d9f86bfc2699f212314

    Update code comment
    Improves the documentation around the work-around with regards to presence processing in a MUC room, where the subject of the presence might/might not be in the collection that's being iterated over.

    • xmppserver/src/main/java/org/jivesoftware/openfire/muc/spi/LocalMUCRoom.java (version d5ae1bd6b67a17b476a29d9f86bfc2699f212314)
  • Guus der Kinderen

    Guus der Kinderen 81657958e7240a84b512412d36dc495124e6d098

    Improve javadoc
    Improved description of the API that sends stanzas in a MUC room.

    • xmppserver/src/main/java/org/jivesoftware/openfire/muc/MUCRoom.java (version 81657958e7240a84b512412d36dc495124e6d098)
  • Guus der Kinderen

    Guus der Kinderen 32346b96f87c423498862d5e122cefceb6e9f52a

    Update javadoc
    Added explicit discription of how long a MUC affiliation vs MUC role lasts.

    • xmppserver/src/main/java/org/jivesoftware/openfire/muc/MUCRole.java (version 32346b96f87c423498862d5e122cefceb6e9f52a)
  • Guus der Kinderen

    Guus der Kinderen 60dbcfe00dcba73fb05699766455bd42a0381591

    OF-2146: Undo work around self-presence race-condition introduced in OF-2030
    The work-around depends on the sender of the presence to also be the subject of the presence, which cannot be relied on. For example, a presence stanza that announces that someone has been granted the role of moderator is sent from the room address, not the end-user entity that did the granting.

    • xmppserver/src/main/java/org/jivesoftware/openfire/muc/spi/LocalMUCRoom.java (version 60dbcfe00dcba73fb05699766455bd42a0381591)
  • Guus der Kinderen

    Guus der Kinderen 6ee8128334b5450d45c3ced151cad092f590430d

    Refactoring: improve readability/maintainability
    This commit primarily replaces a huge if/elseif/elseif/elseif statemen with a switch/case statements, which is a lot easier on the eyes.

    No functional changes should be introduced by this change.

    • xmppserver/src/main/java/org/jivesoftware/openfire/muc/spi/IQAdminHandler.java (version 6ee8128334b5450d45c3ced151cad092f590430d)
  • mightymop <totzkotz@gmail.com>

    mightymop <totzkotz@gmail.com> 49acede754d00a1c332c2e8aa4e2c0ec009a4819

    Fix MUC clean-up description and translation (#1747)
    * fix description

    * fix german translation

    • i18n/src/main/resources/openfire_i18n.properties (version 49acede754d00a1c332c2e8aa4e2c0ec009a4819)
    • i18n/src/main/resources/openfire_i18n_de.properties (version 49acede754d00a1c332c2e8aa4e2c0ec009a4819)