remove references to use_rls_presence, that is no longer used by the core.

This commit is contained in:
Simon Morlat 2016-11-19 15:00:01 +01:00
parent 5bae57189e
commit fb48628ca4
4 changed files with 2 additions and 5 deletions

View file

@ -313,10 +313,9 @@ struct codec_name_pref_table codec_pref_table[] = {{"speex", 8000, "speex_8k_pre
forKey:@"xmlrpc_url"
inSection:@"assistant"];
[self lpConfigSetString:@"sip:rls@sip.linphone.org" forKey:@"rls_uri" inSection:@"sip"];
[self lpConfigSetBool:YES forKey:@"use_rls_presence" inSection:@"sip"];
[self lpConfigSetBool:YES forKey:@"migration_xmlrpc"];
}
[self lpConfigSetBool:NO forKey:@"store_friends" inSection:@"misc"]; //so far, storing friends in files is not needed. may change in the futur.
[self lpConfigSetBool:NO forKey:@"store_friends" inSection:@"misc"]; //so far, storing friends in files is not needed. may change in the future.
}
static int check_should_migrate_images(void *data, int argc, char **argv, char **cnames) {

View file

@ -16,7 +16,6 @@
<section name="sip">
<entry name="rls_uri" overwrite="true"></entry>
<entry name="use_rls_presence" overwrite="true"></entry>
</section>
<section name="assistant">

View file

@ -2,7 +2,7 @@
<config xmlns="http://www.linphone.org/xsds/lpconfig.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.linphone.org/xsds/lpconfig.xsd lpconfig.xsd">
<section name="proxy_default_values">
<entry name="avpf" overwrite="t rue">1</entry>
<entry name="avpf" overwrite="true">1</entry>
<entry name="dial_escape_plus" overwrite="true">0</entry>
<entry name="publish" overwrite="true">0</entry>
<entry name="quality_reporting_collector" overwrite="true">sip:voip-metrics@sip.linphone.org;transport=tls</entry>

View file

@ -16,7 +16,6 @@
<section name="sip">
<entry name="rls_uri" overwrite="true"></entry>
<entry name="use_rls_presence" overwrite="true"></entry>
</section>
<section name="assistant">