Blame view

3rdparty/libosip2-5.3.0/include/osip2/doxygen.dox 1.95 KB
73ef4ff3   Hu Chunming   提交三方库
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
  /**
   * @mainpage
   * Project Website: http://www.fsf.org/software/osip
   *
   * @verbinclude README
   *
   * @verbinclude HISTORY
   *
   * @verbinclude FEATURES
   *
   */
  
  /** 
   * @defgroup libosip2 The GNU oSIP stack
   * @brief libosip2 Version 
   *
   * @see http://www.fsf.org/software/osip
   *
   * @section what_is_it What is oSIP
   *
   * libosip2 implements the Session Initiation Protocol (SIP -rfc3261-)
   * libosip2 is LGPL (COPYING). Please understand the licencing details
   * before using it!
   * 
   * @section what_is_sip What is SIP
   *
   * SIP is an IP telephony protocol made by the IETF.
   * It is an effort to create a simple (telephony is never
   * simple) and powerfull protocol for next generation
   * telephony systems.
   *
   * @section what_features SIP features
   *
   * SIP is not just about telephony. It's much more
   * that what you expect from phones. SIP means mobility,
   * video, textual call informations, file exchange,
   * instant messaging, presence support and much more!
   *
   * @section what_freesoftware oSIP is free software
   *
   * As oSIP is LGPL, you still have the choice to implement
   * propriatory application and link with oSIP. For the
   * benefit of the community (and for your own benefit),
   * please consider implementing your application in GPL.
   *
   * @section what_thanks Thanks
   *
   * Thanks to all the contributors and to all bug reporters.
   * Enjoy osip!
   *
   */
  
  /**
   * @defgroup osip2_parser The parser modules
   * @brief Parser APIs.
   *
   * XXX
   */
  
  /**
   * @defgroup osip2_port The OS port modules
   * @brief Thread/Semaphore/Mutex APIs.
   *
   * XXX
   */
  
  /**
   * @defgroup osip2_fsm State Machines
   * @brief SIP transaction management APIs
   *
   * XXX
   */
  
  /** 
   * @page osip2_readme README 
   * @verbinclude README
   */
  
  /** 
   * @page osip2_install INSTALL 
   * @verbinclude INSTALL
   */
  
  /** 
   * @page osip2_features FEATURES 
   * @verbinclude FEATURES
   */
  
  /** 
   * @page osip2_license COPYING 
   * @verbinclude COPYING
   */
  
  /** 
   * @page osip2_changelog ChangeLog 
   * @verbinclude ChangeLog
   */