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: #2199 was successful Changes by mightymop <totzkotz@gmail.com>

Code commits

Openfire (master)

  • mightymop <totzkotz@gmail.com>

    mightymop <totzkotz@gmail.com> 62189e1c35a62d095549c0e31fc84a3e1d7b069e

    fix: OF-2338
    prevent using of empty/null values for muc search

    • xmppserver/src/main/java/org/jivesoftware/openfire/muc/spi/IQMUCSearchHandler.java (version 62189e1c35a62d095549c0e31fc84a3e1d7b069e)
  • mightymop <totzkotz@gmail.com>

    mightymop <totzkotz@gmail.com> f8a96d172df60ca013ba18fd9f8de7cb714c56e7

    fix: fix some additional minor bugs in muc search
    1. typo nameIsExactMatch should be name_is_exact_match
    2. check subject for null value AND empty string

    • xmppserver/src/main/java/org/jivesoftware/openfire/muc/spi/IQMUCSearchHandler.java (version f8a96d172df60ca013ba18fd9f8de7cb714c56e7)