|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of PresenceSubscriber in org.cafesip.sipunit |
|---|
| Methods in org.cafesip.sipunit that return PresenceSubscriber | |
|---|---|
PresenceSubscriber |
SipPhone.addBuddy(java.lang.String uri,
int duration,
long timeout)
This method is the same as addBuddy(uri, duration, eventId, timeout) except that no event "id" parameter will be included. |
PresenceSubscriber |
SipPhone.addBuddy(java.lang.String uri,
int duration,
java.lang.String eventId,
long timeout)
This method adds a buddy to the buddy list and starts an ongoing subscription for purposes of tracking the buddy's presence information. |
PresenceSubscriber |
SipPhone.addBuddy(java.lang.String uri,
long timeout)
This method is the same as addBuddy(uri, duration, eventId, timeout) except that the duration is defaulted to the default period defined in the event package RFC (3600 seconds) and no event "id" parameter will be included. |
PresenceSubscriber |
SipPhone.addBuddy(java.lang.String uri,
java.lang.String eventId,
long timeout)
This method is the same as addBuddy(uri, duration, eventId, timeout) except that the duration is defaulted to the default period defined in the event package RFC (3600 seconds). |
PresenceSubscriber |
SipPhone.fetchPresenceInfo(java.lang.String uri,
long timeout)
This method is the same as fetchPresenceInfo(uri, eventId, timeout) except that no event "id" parameter will be included in the SUBSCRIBE message. |
PresenceSubscriber |
SipPhone.fetchPresenceInfo(java.lang.String uri,
java.lang.String eventId,
long timeout)
This method performs a presence 'fetch' on the given user, to get a one-time report on the user's presence status and information. |
PresenceSubscriber |
SipPhone.getBuddyInfo(java.lang.String uri)
This method returns the PresenceSubscriber object representing a buddy or user whose presence information was fetched at some previous point. |
| Methods in org.cafesip.sipunit that return types with arguments of type PresenceSubscriber | |
|---|---|
java.util.Hashtable<java.lang.String,PresenceSubscriber> |
SipPhone.getBuddyList()
Returns a copy of the current buddy list on this SipPhone. |
java.util.Hashtable<java.lang.String,PresenceSubscriber> |
SipPhone.getRetiredBuddies()
Returns a copy of the list of subscriptions associated with this SipPhone which are not in the current buddy list. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||