1/**@MODULEPAGE "stun" - STUN Client and Server Module
2
3@section stun_meta Module Meta Information
4
5The Sofia @b stun module contains macros and functions for STUN server and
6client library.
7
8@CONTACT Pekka Pessi <Pekka.Pessi@nokia.com>
9
10@STATUS @SofiaSIP Core library
11
12@LICENSE LGPL
13
14@section stun_contents Contents of stun Module
15
16The stun module contains the public header files as follows:
17- <sofia-sip/stun.h>        the public API of the module
18- <sofia-sip/stun_common.h> low-level functions for parsing and encoding STUN messages
19- <sofia-sip/stun_tag.h>    defines the su tags used by stun
20
21@section stun_usage Using Sofia STUN Library
22
23To be written. See torture_stun.c and tport/tport.c.
24
25@section todo Todo
26
27- none at the moment
28
29*/
30