MUC: do not add yourself to the muc user list.

This commit is contained in:
Michael 2014-11-23 15:19:07 +01:00
parent 49403fda84
commit bdfdc5fb10
1 changed files with 2 additions and 0 deletions

View File

@ -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);
}