summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsip-simple/iscomposing.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip/include/pjsip-simple/iscomposing.h')
-rw-r--r--pjsip/include/pjsip-simple/iscomposing.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/pjsip/include/pjsip-simple/iscomposing.h b/pjsip/include/pjsip-simple/iscomposing.h
index b5544ea4..428c1251 100644
--- a/pjsip/include/pjsip-simple/iscomposing.h
+++ b/pjsip/include/pjsip-simple/iscomposing.h
@@ -26,6 +26,15 @@
#include <pjsip-simple/types.h>
#include <pjlib-util/xml.h>
+/**
+ * @defgroup PJSIP_ISCOMPOSING Message Composition Indication (RFC 3994)
+ * @ingroup PJSIP_SIMPLE
+ * @brief Support for Indication of Message Composition (RFC 3994)
+ * @{
+ *
+ * This implements message composition indication, as described in
+ * RFC 3994.
+ */
PJ_BEGIN_DECL
@@ -113,6 +122,10 @@ PJ_DECL(pj_status_t) pjsip_iscomposing_parse( pj_pool_t *pool,
int *p_refresh );
+/**
+ * @}
+ */
+
PJ_END_DECL