zhongxan / emite

Automatically exported from code.google.com/p/emite
0 stars 0 forks source link

Group Chat - Invite to this room page does not select current occupants #232

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When in a group chat, and you click the "Invite to this room" link, the
page displayed should tick and disable current occupants.

Looking at the code InviteToRoomPresenter - onPageOpen -
room.getOccupants() - occupant.getURI().getJID() is not returning the
occupant URI, but the room, so the setItem method for the Roster list
doesn't select it.

Original issue reported on code.google.com by shortb...@gmail.com on 12 Apr 2010 at 12:33

GoogleCodeExporter commented 8 years ago

Original comment by shortb...@gmail.com on 12 Apr 2010 at 1:14

GoogleCodeExporter commented 8 years ago

Original comment by danigb on 13 Apr 2010 at 3:44

GoogleCodeExporter commented 8 years ago

Original comment by antonio....@gmail.com on 11 May 2010 at 11:44

GoogleCodeExporter commented 8 years ago

Original comment by danigb on 5 Dec 2010 at 6:01

GoogleCodeExporter commented 8 years ago
Fixed by r1660

Original comment by danigb on 5 Dec 2010 at 6:34