summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsip_simple.h
blob: 3ede039412f283197e1f7c5733e3e66b3df1600a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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__ */