Skip to content

Allow the contact-vcard-list to be fetched on demand

Flore Harlé requested to merge feature/vcard-contact-fetch-on-demand into master

Add an option in linphone config to not fetch the vcards from server at startup for remote provisioning. The new option in linphone configuration is

[misc] fetch-contacts-vcard-list-at-startup=0

To not fetch at startup, set it to 0 in section misc. By default is 1. Add a unit test in suite RemoteProvisioning with a vcard contacts uri to a remote vcards file containing 3 contacts. The test checks that the friend list remains empty.

ticket Jira : https://linphone.atlassian.net/browse/UZ-7 ticket mantis : https://mantis.linphone.org/view.php?id=13098

Edited by Flore Harlé

Merge request reports