Smack/smack-extensions
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
..
src fix: Prevent attempt to construct invalid address 2018-06-12 10:09:55 +02:00
build.gradle Fix 'test' dependencies 2016-02-10 12:39:18 +01:00