diff --git a/Classes/Contact.m b/Classes/Contact.m index cd33657f3..0437ef971 100644 --- a/Classes/Contact.m +++ b/Classes/Contact.m @@ -58,6 +58,8 @@ #endif } if (_friend) { + linphone_friend_enable_subscribes(_friend, FALSE); + linphone_friend_set_inc_subscribe_policy(_friend, LinphoneSPDeny); linphone_core_add_friend(LC, _friend); } }