mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-30 01:39:20 +00:00
Added a comment to explain why presence is disabled when importing friends from vcards
This commit is contained in:
parent
f291f53e43
commit
06b099d137
1 changed files with 1 additions and 0 deletions
|
|
@ -835,6 +835,7 @@ LinphoneFriend *linphone_friend_new_from_vcard(LinphoneVCard *vcard) {
|
|||
sipAddresses = linphone_vcard_get_sip_addresses(vcard);
|
||||
|
||||
fr = linphone_friend_new();
|
||||
// Currently presence takes too much time when dealing with hundreds of friends, so I disabled it for now
|
||||
fr->pol = LinphoneSPDeny;
|
||||
fr->subscribe = FALSE;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue