mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-25 07:08:11 +00:00
??
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@434 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
b9e353c374
commit
b0450b2fbb
1 changed files with 9 additions and 1 deletions
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue