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 = null;
|
||||
}
|
||||
} else if (packet.getFrom().equals(this.conversation.getContactJid())) {
|
||||
self = user;
|
||||
} else {
|
||||
addUser(user);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue