SYNOPSIS
#include <osipparser2/osip_parser.h>
#include <time.h>
Functions
int eXosip_register_build_initial_register (struct eXosip_t *excontext, const char *from, const char *proxy, const char *contact, int expires, osip_message_t **reg)
int eXosip_register_build_initial_register_withqvalue (struct eXosip_t *excontext, const char *from, const char *proxy, const char *contact, int expires, const char *qvalue, osip_message_t **reg)
int eXosip_register_build_register (struct eXosip_t *excontext, int rid, int expires, osip_message_t **reg)
int eXosip_register_send_register (struct eXosip_t *excontext, int rid, osip_message_t *reg)
int eXosip_register_remove (struct eXosip_t *excontext, int rid)
Detailed Description
eXosip registration API
This file provide the API needed to control registrations. You can use it to:
- build initial REGISTER.
- build REGISTER.
- send REGISTER.
Author
Generated automatically by Doxygen for libeXosip2 from the source code.