summaryrefslogtreecommitdiff
path: root/build.symbian
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-06-06 14:47:10 +0000
committerBenny Prijono <bennylp@teluu.com>2008-06-06 14:47:10 +0000
commit8ec5bd6b3d5bafb1d3ab11236a3adc45ac5f04d8 (patch)
tree75c82cf12d34d58e3ccf64e6eb08e8628e8f94cf /build.symbian
parent77825e4c00356383e69f3fc4c63eccd0a3aa103f (diff)
Major major modifications related to ticket #485 (support for TURN-07):
- Added STUN socket transport pj_stun_sock - Integration of TURN-07 to ICE - Major refactoring in ICE stream transport to make it simpler - Major modification (i.e. API change) in almost everywhere else - Much more elaborate STUN, TURN, and ICE tests in pjnath-test git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1988 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'build.symbian')
-rw-r--r--build.symbian/pjnath.mmp1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.symbian/pjnath.mmp b/build.symbian/pjnath.mmp
index ecdc991e..3060c4c7 100644
--- a/build.symbian/pjnath.mmp
+++ b/build.symbian/pjnath.mmp
@@ -37,6 +37,7 @@ SOURCE stun_auth.c
SOURCE stun_msg.c
SOURCE stun_msg_dump.c
SOURCE stun_session.c
+SOURCE stun_sock.c
SOURCE stun_transaction.c
SOURCE turn_session.c
SOURCE turn_sock.c