Updated iOS code to support linphone & belle-sip update.

This commit is contained in:
Guillaume BIENKOWSKI 2013-10-23 16:53:31 +02:00
parent 297b0a9bff
commit a389cd6487

View file

@ -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,