/* $Header: /pjproject/pjsip/src/pjsip_simple.h 5 6/17/05 12:26a Bennylp $ */ /** * @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 #include #include #include #endif /* __PJSIP_SIMPLE_H__ */