From a389cd648700688a48b3b180eacc986c9f79fd59 Mon Sep 17 00:00:00 2001 From: Guillaume BIENKOWSKI Date: Wed, 23 Oct 2013 16:53:31 +0200 Subject: [PATCH] Updated iOS code to support linphone & belle-sip update. --- Classes/LinphoneManager.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Classes/LinphoneManager.m b/Classes/LinphoneManager.m index ce05c20d9..c8acdab26 100644 --- a/Classes/LinphoneManager.m +++ b/Classes/LinphoneManager.m @@ -796,8 +796,8 @@ static LinphoneCoreVTable linphonec_vtable = { .show =NULL, .call_state_changed =(LinphoneCoreCallStateChangedCb)linphone_iphone_call_state, .registration_state_changed = linphone_iphone_registration_state, - .notify_presence_recv=NULL, - .new_subscription_request = NULL, + .notify_presence_received=NULL, + .new_subscription_requested = NULL, .auth_info_requested = NULL, .display_status = linphone_iphone_display_status, .display_message=linphone_iphone_log,