From 96d33a13b83c114948c104d4d708ebf7c66a5bf6 Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Mon, 17 Oct 2016 10:03:17 +0200 Subject: [PATCH] update submodule linphone --- Classes/AssistantView.m | 3 +++ Classes/FirstLoginView.m | 2 ++ submodules/linphone | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Classes/AssistantView.m b/Classes/AssistantView.m index b177f984c..7f61eb63f 100644 --- a/Classes/AssistantView.m +++ b/Classes/AssistantView.m @@ -211,6 +211,8 @@ static UICompositeViewDescription *compositeDescription = nil; return NSLocalizedString(@"Failed to query the server. Please try again later", nil); case LinphoneAccountCreatorTransportNotSupported: return NSLocalizedString(@"Unsupported transport", nil); + case LinphoneAccountCreatorErrorServer: + return NSLocalizedString(@"Server error", nil); case LinphoneAccountCreatorAccountCreated: case LinphoneAccountCreatorAccountExist: case LinphoneAccountCreatorAccountExistWithAlias: @@ -226,6 +228,7 @@ static UICompositeViewDescription *compositeDescription = nil; case LinphoneAccountCreatorPhoneNumberUsedAccount: case LinphoneAccountCreatorErrorServer: case LinphoneAccountCreatorOK: + break; } return nil; diff --git a/Classes/FirstLoginView.m b/Classes/FirstLoginView.m index 746981c44..865a70aab 100644 --- a/Classes/FirstLoginView.m +++ b/Classes/FirstLoginView.m @@ -154,6 +154,8 @@ static UICompositeViewDescription *compositeDescription = nil; return NSLocalizedString(@"Failed to query the server. Please try again later", nil); case LinphoneAccountCreatorTransportNotSupported: return NSLocalizedString(@"Unsupported transport", nil); + case LinphoneAccountCreatorErrorServer: + return NSLocalizedString(@"Server error", nil); case LinphoneAccountCreatorAccountCreated: case LinphoneAccountCreatorAccountExist: case LinphoneAccountCreatorAccountExistWithAlias: diff --git a/submodules/linphone b/submodules/linphone index a56c6bb51..565f83f13 160000 --- a/submodules/linphone +++ b/submodules/linphone @@ -1 +1 @@ -Subproject commit a56c6bb514eaf40876ea2d98ea16f23e608a48c5 +Subproject commit 565f83f13d731e5ed90fe1a466c5f21a55eb44ce