summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsip_simple.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2005-11-09 16:45:27 +0000
committerBenny Prijono <bennylp@teluu.com>2005-11-09 16:45:27 +0000
commit0bc0f9112ac6319d7ce8662de86d6c076bd4b1e3 (patch)
treeaee367e076f47d3fb749c05c167871955a4aff5f /pjsip/include/pjsip_simple.h
parent87579003160532061dc674514e8504c1eebf43b7 (diff)
Organizing pjsip directory structure
git-svn-id: http://svn.pjsip.org/repos/pjproject/main@42 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include/pjsip_simple.h')
-rw-r--r--pjsip/include/pjsip_simple.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/pjsip/include/pjsip_simple.h b/pjsip/include/pjsip_simple.h
new file mode 100644
index 00000000..3ede0394
--- /dev/null
+++ b/pjsip/include/pjsip_simple.h
@@ -0,0 +1,26 @@
+/* $Id$
+ *
+ */
+
+/**
+ * @defgroup PJSIP_SIMPLE SIP Event, Instant Messaging and Presence Extension (SIMPLE)
+ */
+
+/**
+ * @file pjsip_simple.h
+ * @brief SIP SIMPLE Extension
+ */
+
+/*
+ * Include this header file to get all functionalities for SIMPLE extension
+ * (SIP for Instant Messaging and Presence Leveraging Extension).
+ */
+#ifndef __PJSIP_SIMPLE_H__
+#define __PJSIP_SIMPLE_H__
+
+#include <pjsip_simple/messaging.h>
+#include <pjsip_simple/event_notify.h>
+#include <pjsip_simple/pidf.h>
+#include <pjsip_simple/presence.h>
+
+#endif /* __PJSIP_SIMPLE_H__ */