Prevents ChatRoomMemberJabberImpl from setting nickname incorrectly.

cusax-fix
hristoterezov 13 years ago
parent 329b9ede9e
commit 908d7a0bd5

@ -81,10 +81,6 @@ public ChatRoomMemberJabberImpl(ChatRoomJabberImpl containingChatRoom,
if (contact != null)
{
this.avatar = contact.getImage();
String displayName = this.contact.getDisplayName();
if(displayName != null && displayName.length() > 0)
this.nickName = displayName;
}
// just query the stack for role, if its present will be set

Loading…
Cancel
Save