1eXosip2 Publication Management(3) libeXosip2 eXosip2 Publication Management(3)
2
3
4

NAME

6       eXosip2 Publication Management -
7
8   Functions
9       int eXosip_build_publish (osip_message_t **message, const char *to,
10           const char *from, const char *route, const char *event, const char
11           *expires, const char *ctype, const char *body)
12       int eXosip_publish (osip_message_t *message, const char *to)
13

Function Documentation

15   int eXosip_build_publish (osip_message_t ** message, const char * to, const
16       char * from, const char * route, const char * event, const char *
17       expires, const char * ctype, const char * body)
18       build publication for a user. (PUBLISH request)
19
20       Parameters:
21           message returned published request.
22           to SIP url for callee.
23           from SIP url for caller.
24           route Route used for publication.
25           event SIP Event header.
26           expires SIP Expires header.
27           ctype Content-Type of body.
28           body body for publication.
29
30   int eXosip_publish (osip_message_t * message, const char * to)
31       Send an Publication Message (PUBLISH request).
32
33       Parameters:
34           message is a ready to be sent publish message .
35           to the aor of the publish request
36
37Version 3.0.1                     30 Aug 2007eXosip2 Publication Management(3)
Impressum