int eXosip_publish(struct eXosip_t *excontext, osip_message_t *message, const char *to)
Send an Publication Message (PUBLISH request).
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.