Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

eXosip2 Publication Management
[SIP messages and call control API]


Functions

int eXosip_build_publish (osip_message_t **message, const char *to, const char *from, const char *route, const char *event, const char *expires, const char *ctype, const char *body)
int eXosip_publish (osip_message_t *message, const char *sip_if_match)

Function Documentation

int eXosip_build_publish osip_message_t **  message,
const char *  to,
const char *  from,
const char *  route,
const char *  event,
const char *  expires,
const char *  ctype,
const char *  body
 

build publication for a user. (PUBLISH request)

Parameters:
message returned published request.
to SIP url for callee.
from SIP url for caller.
route Route used for publication.
event SIP Event header.
expires SIP Expires header.
ctype Content-Type of body.
body body for publication.

int eXosip_publish osip_message_t *  message,
const char *  sip_if_match
 

Send an Publication Message (PUBLISH request).

Parameters:
message is a ready to be sent publish message .
sip_if_match is the SIP-If-Match header. (NULL for initial publication)


Generated on Mon Jun 5 23:41:30 2006 for libeXosip2 by  doxygen 1.4.4