SIP Witch 1.9.15
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
eX_publish.h File Reference

eXosip publish request API More...

#include <osipparser2/osip_parser.h>
#include <time.h>
Include dependency graph for eX_publish.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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.

Macro Definition Documentation

#define __EX_PUBLISH_H__

Definition at line 28 of file eX_publish.h.