#include <sippres.h>
Inheritance diagram for SIP_PresEntity:

Public Member Functions | |
| SIP_PresEntity () | |
| ~SIP_PresEntity () | |
| virtual bool | IsOpen () const |
| virtual bool | Open (OpalManager &manager, const OpalGloballyUniqueID &uid) |
| virtual bool | Close () |
| virtual bool | SetPresence (State state, const PString ¬e=PString::Empty()) |
| virtual bool | RemovePresence () |
| SIPURL | GetSIPAOR () const |
| SIPEndPoint & | GetEndpoint () |
Static Public Attributes | |
| static const char * | DefaultPresenceServerKey |
| static const char * | PresenceServerKey |
| static const char * | ProfileKey |
Protected Attributes | |
| SIPEndPoint * | m_endpoint |
| Profile * | m_profile |
Classes | |
| class | Profile |
| SIP_PresEntity::SIP_PresEntity | ( | ) |
| SIP_PresEntity::~SIP_PresEntity | ( | ) |
| virtual bool SIP_PresEntity::IsOpen | ( | ) | const [inline, virtual] |
Implements OpalPresEntity.
| virtual bool SIP_PresEntity::Open | ( | OpalManager & | manager, | |
| const OpalGloballyUniqueID & | uid | |||
| ) | [virtual] |
Implements OpalPresEntity.
| virtual bool SIP_PresEntity::Close | ( | ) | [virtual] |
Implements OpalPresEntity.
| virtual bool SIP_PresEntity::SetPresence | ( | State | state, | |
| const PString & | note = PString::Empty() | |||
| ) | [virtual] |
Implements OpalPresEntity.
| virtual bool SIP_PresEntity::RemovePresence | ( | ) | [virtual] |
Implements OpalPresEntity.
| SIPURL SIP_PresEntity::GetSIPAOR | ( | ) | const [inline] |
| SIPEndPoint& SIP_PresEntity::GetEndpoint | ( | ) | [inline] |
const char* SIP_PresEntity::DefaultPresenceServerKey [static] |
const char* SIP_PresEntity::PresenceServerKey [static] |
const char* SIP_PresEntity::ProfileKey [static] |
SIPEndPoint* SIP_PresEntity::m_endpoint [protected] |
Profile* SIP_PresEntity::m_profile [protected] |
1.5.1