Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

session
Class PresenceSubscription
session.CommunicationSession
  |
  +--session.SipEventSubscription
       |
       +--session.PresenceSubscription
All Implemented Interfaces:
       StatusSubscription

public class PresenceSubscription      
PresenceSubscription represents the information relating to the Endpoints association with a SIP presence server. As such, the CSN will maintain a SIP presence event package subscription for presence events on behalf of the associated Endpoint. In addition, the CSN will handle SIP presence event notifications by reflecting the presence update in the status of the associated Endpoint. PresenceSubscriptions are provisionable and clonable.
Implements:
StatusSubscription
 
Links:
Generalization Generalization Link
to Class SipEventSubscription
PresenceSubscription represents the information relating to the Endpoints association with a SIP presence server. As such, the CSN will maintain a SIP presence event package subscription for presence events on behalf of the associated Endpoint. In addition, the CSN will handle SIP presence event notifications by reflecting the presence update in the status of the associated Endpoint. PresenceSubscriptions are provisionable and clonable.
 
Implementation Implementation Link
to Interface StatusSubscription
PresenceSubscription represents the information relating to the Endpoints association with a SIP presence server. As such, the CSN will maintain a SIP presence event package subscription for presence events on behalf of the associated Endpoint. In addition, the CSN will handle SIP presence event notifications by reflecting the presence update in the status of the associated Endpoint. PresenceSubscriptions are provisionable and clonable.
 
 

Field Summary
private String
Field Detail
presenceServerAddress
private String presenceServerAddress
presenceServerAddress represents the address of the presence server to which the CSN must subscriber in order to receive SIP NOTIFY event containing the presence indications for the Endpoint.
Constraints:
- must be a valid Uri (see address.Uri)
- not null
Default:
- none
Clone:
- yes, verbatim
Multiplicity:
1
 

Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD