any way to get Presence from participant ID [message #671147] |
Mon, 16 May 2011 17:49  |
Eclipse User |
|
|
|
I have a question about getting Presence of every participant in a chat room. Is that any way for me to use participantIDs, which is from ID[] participantIDs = getChatRoomParticipants(), to get the Presence of every participant in the chat room?
|
|
|
|
|
Re: any way to get Presence from participant ID [message #672465 is a reply to message #672113] |
Sat, 21 May 2011 02:56  |
Eclipse User |
|
|
|
When I call the following:
IPresence presence = new Presence(IPresence.Type.AVAILABLE, status, IPresence.Mode.DND); presenceSender.sendPresenceUpdate(null, presence);
my handlePresenceUpdated(ID fromID, IPresence presence) gets called, but it doesn't provide correct presence result, such as mode and status in that presence.
I cannot figure out what is wrong.
|
|
|
Powered by
FUDForum. Page generated in 0.34704 seconds