Merge branch '4.3' of github.com:Flowdalic/Smack into 4.3

This commit is contained in:
Florian Schmaus 2018-09-12 20:02:16 +02:00
commit 1aa35bc957
1 changed files with 0 additions and 1 deletions

View File

@ -205,7 +205,6 @@ public class MultiUserChat {
final Presence presence = (Presence) packet;
final EntityFullJid from = presence.getFrom().asEntityFullJidIfPossible();
if (from == null) {
LOGGER.warning("Presence not from a full JID: " + presence.getFrom());
return;
}
final EntityFullJid myRoomJID = myRoomJid;