123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
- <!ENTITY dhfirstname "<firstname>Aymeric</firstname>">
- <!ENTITY dhsurname "<surname>MOIZARD</surname>">
- <!ENTITY dhdate "<date>Jan 15, 2016</date>">
- <!ENTITY dhsection "<manvolnum>1</manvolnum>">
- <!ENTITY dhemail "<email>amoizard at antisip.com</email>">
- <!ENTITY dhusername "Aymeric Moizard">
- <!ENTITY dhucpackage "<refentrytitle>libosip</refentrytitle>">
- <!ENTITY dhpackage "libosip2">
- <!ENTITY debian "<productname>Debian</productname>">
- <!ENTITY gnu "<acronym>GNU</acronym>">
- ]>
- <refentry>
- <refentryinfo>
- <address>
- &dhemail;
- </address>
- <author>
- &dhfirstname;
- &dhsurname;
- </author>
- <copyright>
- <year>2001-2020</year>
- <holder>&dhusername;</holder>
- </copyright>
- &dhdate;
- </refentryinfo>
- <refmeta>
- &dhucpackage;
- &dhsection;
- </refmeta>
- <refnamediv>
- <refname>&dhpackage;</refname>
- <refpurpose>The GNU oSIP library is a low layer SIP implementation.
- </refpurpose>
- </refnamediv>
- <refsynopsisdiv>
- <cmdsynopsis>
- <command>#include <include/osipparser2/osip_const.h></command>
- </cmdsynopsis>
- <cmdsynopsis>
- <command>#include <include/osipparser2/osip_md5.h></command>
- </cmdsynopsis>
- <cmdsynopsis>
- <command>#include <include/osipparser2/osip_list.h></command>
- </cmdsynopsis>
- <cmdsynopsis>
- <command>#include <include/osipparser2/osip_uri.h></command>
- </cmdsynopsis>
- <cmdsynopsis>
- <command>#include <include/osipparser2/osip_message.h></command>
- </cmdsynopsis>
- <cmdsynopsis>
- <command>#include <include/osipparser2/osip_port.h></command>
- </cmdsynopsis>
- <cmdsynopsis>
- <command>#include <include/osipparser2/sdp_message.h></command>
- </cmdsynopsis>
- <cmdsynopsis>
- <command>#include <include/osipparser2/osip_headers.h></command>
- </cmdsynopsis>
- <cmdsynopsis>
- <command>#include <include/osipparser2/osip_body.h></command>
- </cmdsynopsis>
- <cmdsynopsis>
- <command>#include <include/osipparser2/osip_rfc3264.h></command>
- </cmdsynopsis>
- <cmdsynopsis>
- <command>#include <include/osipparser2/osip_parser.h></command>
- </cmdsynopsis>
- <cmdsynopsis>
- <command>-losipparser2</command>
- <arg><option>The uri, SIP and SDP parsers</option></arg>
- </cmdsynopsis>
- <cmdsynopsis>
- <command>#include <include/osip2/osip.h></command>
- </cmdsynopsis>
- <cmdsynopsis>
- <command>#include <include/osip2/osip_fifo.h></command>
- </cmdsynopsis>
- <cmdsynopsis>
- <command>#include <include/osip2/osip_dialog.h></command>
- </cmdsynopsis>
- <cmdsynopsis>
- <command>#include <include/osip2/osip_mt.h></command>
- </cmdsynopsis>
- <cmdsynopsis>
- <command>#include <include/osip2/osip_condv.h></command>
- </cmdsynopsis>
- <cmdsynopsis>
- <command>#include <include/osip2/osip_negotiation.h> //OBSOLETE</command>
- </cmdsynopsis>
- <cmdsynopsis>
- <command>-losip2</command>
- <arg><option>The SIP transaction and the dialog API</option></arg>
- </cmdsynopsis>
- </refsynopsisdiv>
- <refsect1>
- <title>DESCRIPTION</title>
- <para>This manual page documents briefly the
- <command>&dhpackage;</command> library.</para>
- </refsect1>
- <refsect1>
- <title>API and Reference Documentation</title>
- <para>API reference & Doxygen documentation is available for
- osip at http://www.gnu.org/software/osip/</para>
- </refsect1>
- <refsect1>
- <title>osip general overview.</title>
- <para>The file help/man/osip.html in the source distribution
- should give you a nice amount of informations about the
- osip stack.</para>
- </refsect1>
- <refsect1>
- <title>Free software projects -send me your project name-</title>
- <para>antisip, linphone, bayonne</para>
- </refsect1>
- <refsect1>
- <title>BUGS</title>
- <para>Please use the mailing list osip-dev@gnu.org</para>
- </refsect1>
- <refsect1>
- <title>AUTHOR</title>
- <para>This manual page was written by &dhusername; &dhemail;.</para>
- </refsect1>
- </refentry>
|