eX_options.h(3)

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:

o build OPTIONS requests.
o send OPTIONS requests.
o build OPTIONS answers.
o send OPTIONS answers.

Author

Generated automatically by Doxygen for libeXosip2 from the source code.
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout