eX_register.h

Langue: en

Version: 380128 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

eX_register.h - eXosip registration API

SYNOPSIS


#include <osipparser2/osip_parser.h>
#include <time.h>

Functions


int eXosip_register_build_initial_register (const char *from, const char *proxy, const char *contact, int expires, osip_message_t **reg)

int eXosip_register_build_register (int rid, int expires, osip_message_t **reg)

int eXosip_register_send_register (int rid, osip_message_t *reg)

int eXosip_register_remove (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.