.TH "eXosip2_publish" 3 "Thu Dec 15 2016" "Version 4.1.0" "libeXosip2" \" -*- nroff -*- .ad l .nh .SH NAME eXosip2_publish \- eXosip2 Publication Management .SS "Functions" .in +1c .ti -1c .RI "int \fBeXosip_build_publish\fP (struct eXosip_t *excontext, 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)" .br .ti -1c .RI "int \fBeXosip_publish\fP (struct eXosip_t *excontext, osip_message_t *message, const char *to)" .br .in -1c .SH "Detailed Description" .PP .SH "Function Documentation" .PP .SS "int eXosip_build_publish (struct eXosip_t * excontext, 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) .PP \fBParameters:\fP .RS 4 \fIexcontext\fP eXosip_t instance\&. .br \fImessage\fP returned published request\&. .br \fIto\fP SIP url for callee\&. .br \fIfrom\fP SIP url for caller\&. .br \fIroute\fP Route used for publication\&. .br \fIevent\fP SIP Event header\&. .br \fIexpires\fP SIP Expires header\&. .br \fIctype\fP Content-Type of body\&. .br \fIbody\fP body for publication\&. .RE .PP .SS "int eXosip_publish (struct eXosip_t * excontext, osip_message_t * message, const char * to)" Send an Publication Message (PUBLISH request)\&. .PP \fBParameters:\fP .RS 4 \fIexcontext\fP eXosip_t instance\&. .br \fImessage\fP is a ready to be sent publish message \&. .br \fIto\fP the aor of the publish request .RE .PP .SH "Author" .PP Generated automatically by Doxygen for libeXosip2 from the source code\&.