public interface IPresenceSender
Modifier and Type | Method and Description |
---|---|
void |
sendPresenceUpdate(ID targetID,
IPresence presence)
Send a presence update to a remote user
|
void sendPresenceUpdate(ID targetID, IPresence presence) throws ECFException
targetID
- the ID
of the target user for the presence update. If
null
, the presence update is sent to all users
in current roster. If non-null
the presence update
is sent only to the given targetID
.presence
- the presence information. Should not be null
.ECFException
- thrown if request cannot be sent (e.g. because of previous
disconnect).Copyright © 2017 Eclipse Foundation. All rights reserved.