mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-21 22:02:06 +01:00
Merge branch '4.3' of github.com:Flowdalic/Smack into 4.3
This commit is contained in:
commit
1aa35bc957
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue