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

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
3 minutes
Labels
None
Agent
Default Agent
Revision
021ebf8ab36a48cb7982bcb9470717d84388fb49
Total tests
578
Successful since
#1 ()

Tests

Code commits

Author Commit Message Commit date
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.