update submodule linphone

This commit is contained in:
Jehan Monnier 2016-10-17 10:03:17 +02:00
parent ce4d238f79
commit 96d33a13b8
3 changed files with 6 additions and 1 deletions

View file

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

View file

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

@ -1 +1 @@
Subproject commit a56c6bb514eaf40876ea2d98ea16f23e608a48c5
Subproject commit 565f83f13d731e5ed90fe1a466c5f21a55eb44ce