sipxtacklib  Version 3.3
Classes | Macros
SipPresenceEvent.h File Reference
#include <utl/UtlHashMap.h>
#include <net/HttpBody.h>
#include <net/Url.h>
#include <os/OsDateTime.h>
#include <os/OsBSem.h>
Include dependency graph for SipPresenceEvent.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Tuple
 Container for tuple element in the presence event package. More...
 
class  SipPresenceEvent
 Container for MIME type application/pidf+xml. More...
 

Macros

#define PRESENCE_EVENT_CONTENT_TYPE   "application/pidf+xml"
 
#define PRESENCE_EVENT_TYPE   "presence"
 
#define BEGIN_PRESENCE   "<presence xmlns=\"urn:ietf:params:xml:ns:pidf\""
 
#define END_PRESENCE   "</presence>\n"
 
#define PRESENTITY_EQUAL   " entity="
 
#define BEGIN_TUPLE   "<tuple id="
 
#define END_TUPLE   "</tuple>\n"
 
#define BEGIN_STATUS   "<status>\n"
 
#define END_STATUS   "</status>\n"
 
#define BEGIN_BASIC   "<basic>"
 
#define END_BASIC   "</basic>\n"
 
#define BEGIN_CONTACT   "<contact>"
 
#define END_CONTACT   "</contact>\n"
 
#define STATUS_OPEN   "open"
 
#define STATUS_CLOSED   "closed"
 

Macro Definition Documentation

#define PRESENCE_EVENT_CONTENT_TYPE   "application/pidf+xml"
#define PRESENCE_EVENT_TYPE   "presence"
#define BEGIN_PRESENCE   "<presence xmlns=\"urn:ietf:params:xml:ns:pidf\""
#define END_PRESENCE   "</presence>\n"
#define PRESENTITY_EQUAL   " entity="
#define BEGIN_TUPLE   "<tuple id="
#define END_TUPLE   "</tuple>\n"
#define BEGIN_STATUS   "<status>\n"
#define END_STATUS   "</status>\n"
#define BEGIN_BASIC   "<basic>"
#define END_BASIC   "</basic>\n"
#define BEGIN_CONTACT   "<contact>"
#define END_CONTACT   "</contact>\n"
#define STATUS_OPEN   "open"
#define STATUS_CLOSED   "closed"

sipXtackLib home page