From b0450b2fbb146fd33a8e0cb5608866b09acf6865 Mon Sep 17 00:00:00 2001 From: smorlat <smorlat@3f6dc0c8-ddfe-455d-9043-3cd528dc4637> Date: Thu, 23 Apr 2009 14:24:53 +0000 Subject: [PATCH] ?? git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@434 3f6dc0c8-ddfe-455d-9043-3cd528dc4637 --- p2pproxy/plugin-src/fonis.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/p2pproxy/plugin-src/fonis.c b/p2pproxy/plugin-src/fonis.c index f84488e8ed..802f751319 100644 --- a/p2pproxy/plugin-src/fonis.c +++ b/p2pproxy/plugin-src/fonis.c @@ -121,6 +121,8 @@ static void fonis_exit(){ } + + static SipSetup fonis_sip_setup={ .capabilities=SIP_SETUP_CAP_PROXY_PROVIDER|SIP_SETUP_CAP_STUN_PROVIDER| SIP_SETUP_CAP_RELAY_PROVIDER|SIP_SETUP_CAP_ACCOUNT_MANAGER, @@ -131,7 +133,13 @@ static SipSetup fonis_sip_setup={ .get_proxy=fonis_get_proxy, .get_stun_servers=fonis_get_stun_servers, .get_relay=fonis_get_relay, - .exit=fonis_exit + .exit=fonis_exit, + .notice="<b>WARNING: experimental feature !</b>" +"FONIS stands for Free Overlay Network for Instant SIP.\n" +"Based on SIP and Peer to Peer technologies, it allows people to find each other through the help of a virtual network. +"Once you and your friends are registered, you'll be able to call each other simply by entering your friend's username in +"linphone's sip uri box." +"Read more information about FONIS at http://www.fonis.org" }; void libfonisprovider_init(void){ -- GitLab