From c24d46e303fb3f4414fed5542c5033981c3eb1d6 Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Tue, 13 Sep 2016 16:18:43 +0200 Subject: [PATCH] =?UTF-8?q?make=20sure=20linphone=E2=80=99s=20friends=20ar?= =?UTF-8?q?e=20not=20stored=20yet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Classes/LinphoneManager.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Classes/LinphoneManager.m b/Classes/LinphoneManager.m index 3b40fa873..b3aaa348c 100644 --- a/Classes/LinphoneManager.m +++ b/Classes/LinphoneManager.m @@ -313,6 +313,7 @@ struct codec_name_pref_table codec_pref_table[] = {{"speex", 8000, "speex_8k_pre [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. } static int check_should_migrate_images(void *data, int argc, char **argv, char **cnames) {