Community
Participate
Working Groups
In some locations, only 'addListener' methods are available on a given interface/class (e.g. IChatRoomContainer.addMessageListener and addChatParticipantListener). Symmetric 'removeListener' methods should be added in these places and implemented in implementations. (e.g. IChatRoomContainer.removeMessageListener, and IChatRoomContainer.removeChatParticipantListener). Note that the convention for 'removeListener' methods is that the method returns 'true' if listener found and removed, 'false' if not found/nothing removed.
Created attachment 52297 [details] Patch to add a removeListener(ICallSessionListener) for ICallContainer. Better add this method in for ICallContainer before implementors comes into play since I noticed the Jingle stuff seems to be starting to get committed to CVS. The less interface implementations to fix the better. :)
Created attachment 52313 [details] Jingle API fragment project at ecf1.osuosl.org
Fixed with checkins on 10/19/2006. Will be in 0.9.3 stable release
closing and adding to ip log for patch