Updated LIME server url

This commit is contained in:
Sylvain Berfini 2019-03-20 14:24:51 +01:00
parent 360c182f27
commit 5d3a6e57de
2 changed files with 2 additions and 2 deletions

View file

@ -32,6 +32,6 @@
<entry name="username_regex" overwrite="true">^[a-z0-9+_.\-]*$</entry> <entry name="username_regex" overwrite="true">^[a-z0-9+_.\-]*$</entry>
</section> </section>
<section name="lime"> <section name="lime">
<entry name="x3dh_server_url" overwrite="true">http://sip-staging.linphone.org:8083/flexisip-account-manager/x3dh-25519.php</entry> <entry name="x3dh_server_url" overwrite="true">https://lime.linphone.org/lime-server/lime-server.php</entry>
</section> </section>
</config> </config>

View file

@ -4,7 +4,7 @@
<!-- Global --> <!-- Global -->
<string name="default_domain">sip.linphone.org</string><!-- Set the default domain used for account creation/addresses --> <string name="default_domain">sip.linphone.org</string><!-- Set the default domain used for account creation/addresses -->
<string name="default_conference_factory_uri">sip:conference-factory@sip.linphone.org</string> <string name="default_conference_factory_uri">sip:conference-factory@sip.linphone.org</string>
<string name="default_lime_x3dh_server_url">http://sip-staging.linphone.org:8083/flexisip-account-manager/x3dh-25519.php</string> <string name="default_lime_x3dh_server_url">https://lime.linphone.org/lime-server/lime-server.php</string>
<string name="rls_uri">sip:rls@sip.linphone.org</string> <string name="rls_uri">sip:rls@sip.linphone.org</string>
<string name="user_agent">LinphoneAndroid</string> <string name="user_agent">LinphoneAndroid</string>
<bool name="orientation_portrait_only">false</bool> <bool name="orientation_portrait_only">false</bool>