From 058d9c4c6d15338e1d3b2e05ffea340eec565d9a Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Mon, 26 Oct 2009 11:21:37 +0000 Subject: Implement ticket #982: Support for SIP Message Summary/Message Waiting Indication (MWI, RFC 3842) - PJSIP-SIMPLE: - implement MWI - PJSUA-LIB: - added "mwi_enabled" flag in account config - added "on_mwi_info" callback - pjsua app: - added "--mwi" option to enable MWI on account - added simple callback to log the NOTIFY message - other: - added SIPp scenario files to simulate UAS side - build: - added MWI support on VS6, VS2005, MMP, and Makefile git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2968 74dad513-b988-da41-8d7b-12977e46ad98 --- build.symbian/pjsip_simple.mmp | 1 + 1 file changed, 1 insertion(+) (limited to 'build.symbian') diff --git a/build.symbian/pjsip_simple.mmp b/build.symbian/pjsip_simple.mmp index a6ddbf2d..b0d85dc6 100644 --- a/build.symbian/pjsip_simple.mmp +++ b/build.symbian/pjsip_simple.mmp @@ -37,6 +37,7 @@ SOURCE errno.c SOURCE evsub.c SOURCE evsub_msg.c SOURCE iscomposing.c +SOURCE mwi.c SOURCE pidf.c SOURCE presence.c SOURCE presence_body.c -- cgit v1.2.3