2019-03-13 19:00:30 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
|
2019-07-11 18:59:07 +03:00
|
|
|
<!-- "app_name" is now defined in build.gradle -->
|
2019-03-13 19:00:30 +03:00
|
|
|
|
|
|
|
<!-- server urls -->
|
|
|
|
<string name="vector_im_server_url" translatable="false">https://vector.im</string>
|
|
|
|
<string name="matrix_org_server_url" translatable="false">https://matrix.org</string>
|
|
|
|
<string name="default_hs_server_url" translatable="false">https://matrix.org</string>
|
|
|
|
<string name="default_identity_server_url" translatable="false">https://vector.im</string>
|
2019-03-18 18:32:35 +03:00
|
|
|
<string name="piwik_server_url" translatable="false">https://piwik.riot.im</string>
|
|
|
|
<string name="bug_report_url" translatable="false">https://riot.im/bugreports/submit</string>
|
2019-03-13 19:00:30 +03:00
|
|
|
|
|
|
|
<!-- Widget urls -->
|
|
|
|
<string name="integrations_ui_url" translatable="false">"https://scalar-staging.riot.im/scalar-web/"</string>
|
|
|
|
<string name="integrations_rest_url" translatable="false">"https://scalar-staging.riot.im/scalar/api"</string>
|
|
|
|
|
|
|
|
<string-array name="integrations_widgets_urls" translatable="false">
|
|
|
|
<item>https://scalar-staging.riot.im/scalar/api</item>
|
|
|
|
<item>https://scalar.vector.im/api</item>
|
|
|
|
</string-array>
|
|
|
|
|
2019-06-19 11:46:59 +03:00
|
|
|
<!--
|
|
|
|
Pusher config for the application
|
|
|
|
https://matrix.org/docs/spec/client_server/r0.4.0#id128
|
|
|
|
-->
|
|
|
|
<string name="pusher_http_url" translatable="false">https://matrix.org/_matrix/push/v1/notify</string>
|
|
|
|
<string name="pusher_app_id" translatable="false">im.vector.app.android</string>
|
2019-03-13 19:00:30 +03:00
|
|
|
|
|
|
|
<string-array name="room_directory_servers" translatable="false">
|
|
|
|
<item>matrix.org</item>
|
|
|
|
</string-array>
|
|
|
|
|
|
|
|
</resources>
|