Exosip publish request api
#include <osipparser2/osip_parser.h>
#include <time.h>
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)
int eXosip_publish (struct eXosip_t *excontext, osip_message_t *message, const char *to)
eXosip publish request API
This file provide the API needed to control PUBLISH requests. You can use it to:
build PUBLISH requests.
send PUBLISH requests.
Generated automatically by Doxygen for libeXosip2 from the source code.