Smack/smack-extensions/src/main/java/org/jivesoftware/smackx/muc
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
..
bookmarkautojoin Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
filter Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
packet Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
provider Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
Affiliate.java Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
AutoJoinFailedCallback.java Option to automatically rejoin MUC rooms after reconnection 2016-11-06 11:14:19 +01:00
DefaultParticipantStatusListener.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
DefaultUserStatusListener.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
DiscussionHistory.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
HostedRoom.java Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
InvitationListener.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
InvitationRejectionListener.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
MUCAffiliation.java Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
MUCRole.java Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
MucConfigFormManager.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
MucEnterConfiguration.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
MultiUserChat.java fix: Prevent attempt to construct invalid address 2018-06-12 10:09:55 +02:00
MultiUserChatException.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
MultiUserChatManager.java fix: Cleans the multiUserChats map. 2018-05-21 14:54:23 -05:00
Occupant.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
ParticipantStatusListener.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
RoomInfo.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
SubjectUpdatedListener.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
UserStatusListener.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
package-info.java Add missing package-info descriptions. 2018-02-21 16:47:11 +01:00