Smack/smack-extensions/src/main
Guus der Kinderen 03a267a925 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.
2018-06-12 10:09:55 +02:00
..
java/org/jivesoftware fix: Prevent attempt to construct invalid address 2018-06-12 10:09:55 +02:00
resources/org.jivesoftware.smack.extensions Smack 4.2.4 2018-04-15 14:48:22 +02:00