element-android/vector/src/main/res/values/config.xml

41 lines
1.6 KiB
XML
Raw Normal View History

2019-03-13 19:00:30 +03:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- "app_name" is now defined in build.gradle -->
2019-03-13 19:00:30 +03:00
<!-- server urls -->
<string name="matrix_org_server_url" translatable="false">https://matrix.org</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
2019-06-19 11:46:59 +03:00
<!--
Pusher config for the application
https://matrix.org/docs/spec/client_server/r0.4.0#id128
-->
2020-02-13 08:48:52 +03:00
<!-- Note: pusher_http_url should have path '/_matrix/push/v1/notify' -->
2019-06-19 11:46:59 +03:00
<string name="pusher_http_url" translatable="false">https://matrix.org/_matrix/push/v1/notify</string>
2020-02-13 08:48:52 +03:00
<!-- Note: pusher_app_id cannot exceed 64 chars -->
2019-06-19 11:46:59 +03:00
<string name="pusher_app_id" translatable="false">im.vector.app.android</string>
2019-03-13 19:00:30 +03:00
<!-- preferred jitsi domain -->
<string name="preferred_jitsi_domain" translatable="false">jitsi.riot.im</string>
2019-03-13 19:00:30 +03:00
<string-array name="room_directory_servers" translatable="false">
<item>matrix.org</item>
<item>gitter.im</item>
2019-03-13 19:00:30 +03:00
</string-array>
<!-- Permalink config -->
<string-array name="permalink_supported_hosts" translatable="false">
<!-- Regular Element Web instance -->
<item>app.element.io</item>
<!-- Other known instances of Element Web -->
<item>develop.element.io</item>
<item>staging.element.io</item>
<!-- Previous Web instance, kept for compatibility reason -->
<item>riot.im</item>
</string-array>
2019-03-13 19:00:30 +03:00
</resources>