Changeset 515 for pjproject/trunk/pjsip/include/pjsip-simple/iscomposing.h
- Timestamp:
- Jun 17, 2006 4:08:30 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsip-simple/iscomposing.h
r268 r515 27 27 #include <pjlib-util/xml.h> 28 28 29 /** 30 * @defgroup PJSIP_ISCOMPOSING Message Composition Indication (RFC 3994) 31 * @ingroup PJSIP_SIMPLE 32 * @brief Support for Indication of Message Composition (RFC 3994) 33 * @{ 34 * 35 * This implements message composition indication, as described in 36 * RFC 3994. 37 */ 29 38 30 39 PJ_BEGIN_DECL … … 114 123 115 124 125 /** 126 * @} 127 */ 128 116 129 117 130 PJ_END_DECL
Note: See TracChangeset
for help on using the changeset viewer.