summaryrefslogtreecommitdiff
path: root/docs/reference/libnice/libnice-docs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/libnice/libnice-docs.xml')
-rw-r--r--docs/reference/libnice/libnice-docs.xml102
1 files changed, 102 insertions, 0 deletions
diff --git a/docs/reference/libnice/libnice-docs.xml b/docs/reference/libnice/libnice-docs.xml
new file mode 100644
index 0000000..918fcf4
--- /dev/null
+++ b/docs/reference/libnice/libnice-docs.xml
@@ -0,0 +1,102 @@
+<?xml version="1.0"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
+<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
+ <bookinfo>
+ <title>libnice Reference Manual</title>
+ <releaseinfo>
+ The latest version of this documentation can be found on-line at
+ <ulink role="online-location" url="http://nice.freedesktop.org/libnice/index.html">http://nice.freedesktop.org/libnice/</ulink>.
+ </releaseinfo>
+ </bookinfo>
+
+
+ <part>
+ <title>ICE Library</title>
+ <chapter>
+ <xi:include href="xml/agent.xml"/>
+ <xi:include href="xml/address.xml"/>
+ <xi:include href="xml/candidate.xml"/>
+ </chapter>
+ <chapter>
+ <title>Libnice helper functions</title>
+ <xi:include href="xml/debug.xml"/>
+ <xi:include href="xml/interfaces.xml"/>
+ </chapter>
+ </part>
+ <part>
+ <title>STUN Library</title>
+ <chapter>
+ <xi:include href="xml/stunagent.xml"/>
+ <xi:include href="xml/stunmessage.xml"/>
+ <xi:include href="xml/stunconstants.xml"/>
+ </chapter>
+ <chapter>
+ <title>STUN usages</title>
+ <xi:include href="xml/bind.xml"/>
+ <xi:include href="xml/ice.xml"/>
+ <xi:include href="xml/turn.xml"/>
+ <xi:include href="xml/timer.xml"/>
+ </chapter>
+ </part>
+
+ <part>
+ <title>Pseudo TCP Socket implementation</title>
+ <chapter>
+ <xi:include href="xml/pseudotcp.xml"/>
+ </chapter>
+ </part>
+
+ <para>The libnice library contains the ICE library and the
+ STUN library as well as a Pseudo TCP socket implementation.
+ </para>
+
+ <part>
+ <title>Appendices</title>
+ <index id="api-index-full">
+ <title>API Index</title>
+ <xi:include href="xml/api-index-full.xml"><xi:fallback/></xi:include>
+ </index>
+ <index id="api-index-deprecated">
+ <title>Index of deprecated symbols</title>
+ <xi:include href="xml/api-index-deprecated.xml"><xi:fallback/></xi:include>
+ </index>
+ <index role="0.0.4">
+ <title>Index of new symbols in 0.0.4</title>
+ <xi:include href="xml/api-index-0.0.4.xml"><xi:fallback/></xi:include>
+ </index>
+ <index role="0.0.6">
+ <title>Index of new symbols in 0.0.6</title>
+ <xi:include href="xml/api-index-0.0.6.xml"><xi:fallback/></xi:include>
+ </index>
+ <index role="0.0.7">
+ <title>Index of new symbols in 0.0.7</title>
+ <xi:include href="xml/api-index-0.0.7.xml"><xi:fallback/></xi:include>
+ </index>
+ <index role="0.0.9">
+ <title>Index of new symbols in 0.0.9</title>
+ <xi:include href="xml/api-index-0.0.9.xml"><xi:fallback/></xi:include>
+ </index>
+ <index role="0.0.10">
+ <title>Index of new symbols in 0.0.10</title>
+ <xi:include href="xml/api-index-0.0.10.xml"><xi:fallback/></xi:include>
+ </index>
+ <index role="0.0.11">
+ <title>Index of new symbols in 0.0.11</title>
+ <xi:include href="xml/api-index-0.0.11.xml"><xi:fallback/></xi:include>
+ </index>
+ <index role="0.1.4">
+ <title>Index of new symbols in 0.1.4</title>
+ <xi:include href="xml/api-index-0.1.4.xml"><xi:fallback/></xi:include>
+ </index>
+ <index role="0.1.5">
+ <title>Index of new symbols in 0.1.5</title>
+ <xi:include href="xml/api-index-0.1.5.xml"><xi:fallback/></xi:include>
+ </index>
+ <index role="0.1.6">
+ <title>Index of new symbols in 0.1.6</title>
+ <xi:include href="xml/api-index-0.1.6.xml"><xi:fallback/></xi:include>
+ </index>
+ <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
+ </part>
+</book>