summaryrefslogtreecommitdiff
path: root/pjsip
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
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')
-rw-r--r--pjsip/include/pjsip/sip_auth.h (renamed from pjsip/include/sip_auth.h)0
-rw-r--r--pjsip/include/pjsip/sip_auth_msg.h (renamed from pjsip/include/sip_auth_msg.h)0
-rw-r--r--pjsip/include/pjsip/sip_auth_parser.h (renamed from pjsip/include/sip_auth_parser.h)0
-rw-r--r--pjsip/include/pjsip_auth.h22
-rw-r--r--pjsip/include/pjsip_core.h21
-rw-r--r--pjsip/include/pjsip_simple.h26
-rw-r--r--pjsip/include/pjsip_ua.h13
7 files changed, 82 insertions, 0 deletions
diff --git a/pjsip/include/sip_auth.h b/pjsip/include/pjsip/sip_auth.h
index 3396b669..3396b669 100644
--- a/pjsip/include/sip_auth.h
+++ b/pjsip/include/pjsip/sip_auth.h
diff --git a/pjsip/include/sip_auth_msg.h b/pjsip/include/pjsip/sip_auth_msg.h
index ce1ca1e7..ce1ca1e7 100644
--- a/pjsip/include/sip_auth_msg.h
+++ b/pjsip/include/pjsip/sip_auth_msg.h
diff --git a/pjsip/include/sip_auth_parser.h b/pjsip/include/pjsip/sip_auth_parser.h
index 7f280ecd..7f280ecd 100644
--- a/pjsip/include/sip_auth_parser.h
+++ b/pjsip/include/pjsip/sip_auth_parser.h
diff --git a/pjsip/include/pjsip_auth.h b/pjsip/include/pjsip_auth.h
new file mode 100644
index 00000000..9c0d33b1
--- /dev/null
+++ b/pjsip/include/pjsip_auth.h
@@ -0,0 +1,22 @@
+/* $Id$
+ *
+ */
+#ifndef __PJSIP_AUTH_H__
+#define __PJSIP_AUTH_H__
+
+/**
+ * @defgroup PJSIP_AUTH SIP Authorization module
+ */
+
+/**
+ * @file pjsip_auth.h
+ * @brief SIP Authorization Module.
+ */
+
+
+#include <pjsip_auth/sip_auth.h>
+#include <pjsip_auth/sip_auth_msg.h>
+#include <pjsip_auth/sip_auth_parser.h>
+
+#endif /* __PJSIP_AUTH_H__ */
+
diff --git a/pjsip/include/pjsip_core.h b/pjsip/include/pjsip_core.h
new file mode 100644
index 00000000..acce9cc6
--- /dev/null
+++ b/pjsip/include/pjsip_core.h
@@ -0,0 +1,21 @@
+/* $Id$
+ *
+ */
+#ifndef __PJSIP_CORE_H__
+#define __PJSIP_CORE_H__
+
+#include <pjsip/sip_types.h>
+#include <pjsip/sip_endpoint.h>
+#include <pjsip/sip_event.h>
+#include <pjsip/sip_misc.h>
+#include <pjsip/sip_module.h>
+#include <pjsip/sip_msg.h>
+#include <pjsip/sip_parser.h>
+#include <pjsip/sip_resolve.h>
+#include <pjsip/sip_transaction.h>
+#include <pjsip/sip_transport.h>
+#include <pjsip/sip_uri.h>
+#include <pjsip/sip_auth.h>
+
+#endif /* __PJSIP_CORE_H__ */
+
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__ */
diff --git a/pjsip/include/pjsip_ua.h b/pjsip/include/pjsip_ua.h
new file mode 100644
index 00000000..883faa51
--- /dev/null
+++ b/pjsip/include/pjsip_ua.h
@@ -0,0 +1,13 @@
+/* $Id$
+ *
+ */
+
+#ifndef __PJSIP_UA_H__
+#define __PJSIP_UA_H__
+
+#include <pjsip_mod_ua/sip_dialog.h>
+#include <pjsip_mod_ua/sip_reg.h>
+#include <pjsip_mod_ua/sip_ua.h>
+
+#endif /* __PJSIP_UA_H__ */
+