2019-03-13 17:00:30 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
|
2019-07-11 17:59:07 +02:00
|
|
|
<!-- "app_name" is now defined in build.gradle -->
|
2019-03-13 17:00:30 +01:00
|
|
|
|
|
|
|
<!-- server urls -->
|
|
|
|
<string name="matrix_org_server_url" translatable="false">https://matrix.org</string>
|
|
|
|
<string name="default_hs_server_url" translatable="false">https://matrix.org</string>
|
2019-03-18 16:32:35 +01: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 17:00:30 +01:00
|
|
|
|
2019-06-19 10:46:59 +02:00
|
|
|
<!--
|
|
|
|
Pusher config for the application
|
|
|
|
https://matrix.org/docs/spec/client_server/r0.4.0#id128
|
|
|
|
-->
|
2019-07-29 18:26:26 +02:00
|
|
|
|
2019-06-19 10:46:59 +02:00
|
|
|
<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 17:00:30 +01:00
|
|
|
|
|
|
|
<string-array name="room_directory_servers" translatable="false">
|
|
|
|
<item>matrix.org</item>
|
|
|
|
</string-array>
|
|
|
|
|
|
|
|
</resources>
|