From 98ef82ed39602b50d62d00512f4d16c3abfddf88 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Wed, 29 Nov 2017 10:10:01 +0100 Subject: [PATCH] Updated migration.sh for Java wrapper --- wrappers/java/migration.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/wrappers/java/migration.sh b/wrappers/java/migration.sh index afc602ef7..aad4eca2c 100644 --- a/wrappers/java/migration.sh +++ b/wrappers/java/migration.sh @@ -302,6 +302,7 @@ s/new XmlRpcSessionImpl(LinphoneManager.getLcIfManagerNotDestroyedOrNull(), /Lin # ChatMessageListener onFileTransferSend now returns the Buffer instead of having it as part of his arguments # Core.startEchoCancellerCalibration no longer takes a parameter # XmlRpcSession.createRequest takes first the return arg type and then the name of the method, until now it was the other way around +# ProxyConfig.normalizePhoneNumber returns null if it fails instead of the value given as parameter in the previous version ! # # Factory #Factory.createAccountCreator() => Core.createAccountCreator()