MUC: do not add yourself to the muc user list.
This commit is contained in:
parent
49403fda84
commit
bdfdc5fb10
|
@ -190,6 +190,8 @@ public class MucOptions {
|
||||||
this.onJoinListener.onSuccess();
|
this.onJoinListener.onSuccess();
|
||||||
this.onJoinListener = null;
|
this.onJoinListener = null;
|
||||||
}
|
}
|
||||||
|
} else if (packet.getFrom().equals(this.conversation.getContactJid())) {
|
||||||
|
self = user;
|
||||||
} else {
|
} else {
|
||||||
addUser(user);
|
addUser(user);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue