Man Linux: Main Page and Category List

NAME

       eX_options.h - eXosip options request API

SYNOPSIS

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

   Functions
       int eXosip_options_build_request (osip_message_t **options, const char
           *to, const char *from, const char *route)
       int eXosip_options_send_request (osip_message_t *options)
       int eXosip_options_build_answer (int tid, int status, osip_message_t
           **answer)
       int eXosip_options_send_answer (int tid, int status, osip_message_t
           *answer)

Detailed Description

       eXosip options request API

       This file provide the API needed to control OPTIONS requests. You can
       use it to:

       · build OPTIONS requests.
       · send OPTIONS requests.
       · build OPTIONS answers.
       · send OPTIONS answers.

Author

       Generated automatically by Doxygen for libeXosip2 from the source code.