Build: #2 was successful Changes by Guus der Kinderen and Florian Schmaus <flo@geekplace.eu>

Code commits

Smack (4.3)

  • Florian Schmaus <flo@geekplace.eu>

    Florian Schmaus <flo@geekplace.eu> 021ebf8ab36a48cb7982bcb9470717d84388fb49

    Merge pull request #242 from igniterealtime/4.3_MUC-leave-without-nickname
    fix: Prevent attempt to construct invalid address

  • Guus der Kinderen

    Guus der Kinderen 03a267a9259b6ea7a4631c3cdb89593a7a6fdca8

    fix: Prevent attempt to construct invalid address
    When no join was properly registered, a nickname will not be defined.
    In that case, attempting to construct the from address for the 'leave'
    presence stanza will result in:

    java.lang.IllegalArgumentException: The Resourcepart must not be null

    This commit prevents that, by verifying that the nickname is non-null,
    before sending that stanza.

    • smack-extensions/src/main/java/org/jivesoftware/smackx/muc/MultiUserChat.java (version 03a267a9259b6ea7a4631c3cdb89593a7a6fdca8)