options.xml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
  4. <section id="options" xmlns:xi="http://www.w3.org/2001/XInclude">
  5. <sectioninfo>
  6. <authorgroup>
  7. <author>
  8. <firstname>Nils</firstname>
  9. <surname>Ohlmeier</surname>
  10. <affiliation><orgname>FhG Fokus</orgname></affiliation>
  11. <address>
  12. <email>[email protected]</email>
  13. </address>
  14. </author>
  15. </authorgroup>
  16. <copyright>
  17. <year>2003</year>
  18. <holder>FhG Fokus</holder>
  19. </copyright>
  20. </sectioninfo>
  21. <title>Options Module</title>
  22. <section id="options.overview">
  23. <title>Overview</title>
  24. <para>
  25. This module provides a function to answer OPTIONS requests which
  26. are directed to the server itself. This means an OPTIONS request
  27. which has the address of the server in the request URI, and no
  28. username in the URI. The request will be answered with a 200 OK
  29. which the capabilities of the server.
  30. </para>
  31. <para>
  32. To answer OPTIONS request directed to your server is the easiest
  33. way for is-alive-tests on the SIP (application) layer from remote
  34. (similar to ICMP echo requests, also known as "ping", on the
  35. network layer).
  36. </para>
  37. </section>
  38. <section id="options.dep">
  39. <title>Dependencies</title>
  40. <para>
  41. The following modules must be loaded before this module:
  42. <itemizedlist>
  43. <listitem>
  44. <para>
  45. <emphasis>sl</emphasis> - Stateless replies.
  46. </para>
  47. </listitem>
  48. </itemizedlist>
  49. </para>
  50. </section>
  51. <xi:include href="params.xml"/>
  52. <xi:include href="functions.xml"/>
  53. </section>