SIP Witch 1.9.15
|
eXosip publish request API More...
Go to the source code of this file.
Macros | |
#define | __EX_PUBLISH_H__ |
Functions | |
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. More... | |
int | eXosip_publish (struct eXosip_t *excontext, osip_message_t *message, const char *to) |
Send an Publication Message (PUBLISH request). More... | |
eXosip publish request API
This file provide the API needed to control PUBLISH requests. You can use it to:
Definition in file eX_publish.h.
#define __EX_PUBLISH_H__ |
Definition at line 28 of file eX_publish.h.