Bug 197007 - IChatRoomContainer & getCurrentParticipants()
Summary: IChatRoomContainer & getCurrentParticipants()
Status: CLOSED FIXED
Alias: None
Product: ECF
Classification: RT
Component: ecf.core (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 1.1.0   Edit
Assignee: ecf.core-inbox CLA
QA Contact:
URL: http://www.eclipse.org/newsportal/art...
Whiteboard:
Keywords: bugday, contributed, helpwanted
Depends on:
Blocks: 197333
  Show dependency tree
 
Reported: 2007-07-18 14:31 EDT by Chris Aniszczyk CLA
Modified: 2008-05-18 19:25 EDT (History)
3 users (show)

See Also:


Attachments
looking for your comments (4.09 KB, patch)
2007-09-01 12:04 EDT, Jacek Pospychala CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Aniszczyk CLA 2007-07-18 14:31:01 EDT
Consider adding a way to get participants easily via the chatroom container.
Comment 1 Scott Lewis CLA 2007-07-19 02:00:38 EDT
This is pretty easy to implement, but requires small addition to API (i.e. 

ID [] members IChatRoomContainer.getCurrentMembers()

 ...or whatever we want to call it).  So I'm setting the target milestone to 1.1.0.

Comment 2 Jacek Pospychala CLA 2007-09-01 12:04:59 EDT
Created attachment 77531 [details]
looking for your comments
Comment 3 Scott Lewis CLA 2007-09-02 03:16:29 EDT
Thanks Jacek.  I've applied these patches with some changes:

1) Changed method name to IChatRoomContainer.getChatRoomParticipants rather than IChatRoomContainer.getMembers() for consistency with other names.

2) Changed implementation for XMPP provider.

3) Added test code in org.eclipse.ecf.tests.presence (ChatRoomParticipantTest) 

Checked into HEAD.

Comment 4 Remy Suen CLA 2007-09-02 10:50:14 EDT
I've updated the API to include an '@since 1.1' tag.
Comment 5 Scott Lewis CLA 2008-05-18 19:25:16 EDT
closing