mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-15 22:22:22 +01:00
update monocles domains
This commit is contained in:
parent
2b55b35f09
commit
5e754dd2db
15 changed files with 22 additions and 22 deletions
|
@ -50,7 +50,7 @@ Vous pouvez créer une demande de fusion et ajouter de nouvelles langues en tant
|
|||
## Aidez-moi ! J'ai rencontré des problèmes !
|
||||
La façon la plus simple d'obtenir de l'aide est de rejoindre notre support-MUC (en anglais et en allemand).
|
||||
|
||||
Lien d'invitation à la discussion de soutien : [support@conference.monocles.de]
|
||||
Lien d'invitation à la discussion de soutien : [support@conference.monocles.eu]
|
||||
|
||||
Si nous ne pouvons pas résoudre votre problème, vous pouvez ouvrir une question [ici](https://codeberg.org/Arne/monocles_chat/issues), en détaillant votre problème, comment le reproduire et en fournissant des journaux. Voir les instructions ci-dessous sur la façon de créer des fichiers journaux.
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ Du kannst einen Merge Request erstellen in dem du Verbesserungen oder neue Sprac
|
|||
#### Ich habe Probleme, was soll ich tun?
|
||||
Am einfachsten ist es, wenn du unserer Support-Gruppe beitrittst, dort werden deine Probleme mit Sicherheit schnell gelöst.
|
||||
|
||||
Support-Chat: [support@conference.monocles.de](https://monocles.chat)
|
||||
Support-Chat: [support@conference.monocles.eu](https://monocles.chat)
|
||||
|
||||
Development-Chat: [development@conference.monocles.de](https://monocles.chat)
|
||||
|
||||
|
|
|
@ -26,4 +26,4 @@ Features:
|
|||
* Status Nachrichten
|
||||
* tägliches Backup der Datenbank auf den lokalen Speicher
|
||||
|
||||
Benötigst du Hilfe? Bitte tritt doch einfach dem Support Gruppenchat <a href="xmpp:support@conference.monocles.de">support@conference.monocles.de</a> bei.
|
||||
Benötigst du Hilfe? Bitte tritt doch einfach dem Support Gruppenchat <a href="xmpp:support@conference.monocles.eu">support@conference.monocles.eu</a> bei.
|
||||
|
|
|
@ -23,4 +23,4 @@ Features:
|
|||
* Status messages
|
||||
* Daily backup of database to local storage
|
||||
|
||||
You need help? Please join our support group chat <a href="xmpp:support@conference.monocles.de">support@conference.monocles.de</a>.
|
||||
You need help? Please join our support group chat <a href="xmpp:support@conference.monocles.eu">support@conference.monocles.de</a>.
|
||||
|
|
|
@ -18,14 +18,14 @@
|
|||
<bug-database rdf:resource="https://codeberg.org/Arne/monocles_chat/issues"/>
|
||||
<!-- See https://github.com/ewilderj/doap/issues/53 -->
|
||||
<developer-forum rdf:resource="xmpp:development@conference.monocles.de?join"/>
|
||||
<support-forum rdf:resource="xmpp:support@conference.monocles.de?join"/>
|
||||
<support-forum rdf:resource="xmpp:support@conference.monocles.eu?join"/>
|
||||
|
||||
<license rdf:resource="https://codeberg.org/Arne/monocles_chat/src/branch/master/LICENSE"/>
|
||||
|
||||
<!-- See https://github.com/ewilderj/doap/issues/49 -->
|
||||
<language>en</language>
|
||||
|
||||
<schema:logo rdf:resource="https://monocles.de/more/assets/images/monocleslogo_chat-signet.svg"/>
|
||||
<schema:logo rdf:resource="https://monocles.eu/more/assets/images/monocleslogo_chat-signet.svg"/>
|
||||
<schema:screenshot rdf:resource='https://codeberg.org/Arne/monocles_chat/raw/branch/master/fastlane/metadata/android/en-US/phoneScreenshots/00.png'/>
|
||||
<schema:screenshot rdf:resource='https://codeberg.org/Arne/monocles_chat/raw/branch/master/fastlane/metadata/android/en-US/phoneScreenshots/01.png'/>
|
||||
<schema:screenshot rdf:resource='https://codeberg.org/Arne/monocles_chat/raw/branch/master/fastlane/metadata/android/en-US/phoneScreenshots/02.png'/>
|
||||
|
@ -46,7 +46,7 @@
|
|||
<maintainer>
|
||||
<foaf:Person>
|
||||
<foaf:name>Arne-Brün Vogelsang</foaf:name>
|
||||
<foaf:homepage rdf:resource="https://monocles.de/impressum/"/>
|
||||
<foaf:homepage rdf:resource="https://monocles.eu/legacy-privacy/"/>
|
||||
</foaf:Person>
|
||||
</maintainer>
|
||||
|
||||
|
|
|
@ -63,15 +63,15 @@ public final class Config {
|
|||
|
||||
public static final String LOGTAG = BuildConfig.LOGTAG;
|
||||
|
||||
public static final Jid BUG_REPORTS = Jid.of("support@monocles.de");
|
||||
public static final Jid BUG_REPORTS = Jid.of("support@monocles.eu");
|
||||
public static final Uri HELP = Uri.parse("https://monocles.wiki");
|
||||
|
||||
public static final String inviteUserURL = monocles() + "/chat/";
|
||||
public static final String inviteMUCURL = monocles() + "/chat/";
|
||||
public static final String inviteHostURL = monocles(); // without http(s)
|
||||
public static final String INVITE_DOMAIN = monocles();
|
||||
public static final String termsOfUseURL = "https://monocles.eu/legal-privacy/";
|
||||
public static final String privacyURL = "https://monocles.eu/legal-privacy/";
|
||||
public static final String termsOfUseURL = "https://monocles.eu/legal-privacy/#policies-section";
|
||||
public static final String privacyURL = "https://monocles.eu/legal-privacy/#policies-section";
|
||||
public static final String migrationURL = Locale.getDefault().getLanguage().equalsIgnoreCase("de") ? "https://codeberg.org/Arne/monocles_chat" : "https://codeberg.org/Arne/monocles_chat";
|
||||
|
||||
public static final String CHANGELOG_URL = "https://codeberg.org/Arne/monocles_chat/src/branch/master/CHANGELOG.md";
|
||||
|
@ -181,7 +181,7 @@ public final class Config {
|
|||
public static final String UPDATE_URL = BuildConfig.UPDATE_URL;
|
||||
public static final long UPDATE_CHECK_TIMER = 24 * 60 * 60; // 24 h in seconds
|
||||
|
||||
public static final String ISSUE_URL = "xmpp:support@conference.monocles.de?join";
|
||||
public static final String ISSUE_URL = "xmpp:support@conference.monocles.eu?join";
|
||||
|
||||
//only allow secure tls chipers now
|
||||
public static final String[] ENABLED_CIPHERS = {
|
||||
|
|
|
@ -81,7 +81,7 @@ public class PresenceGenerator extends AbstractGenerator {
|
|||
Element cap = packet.addChild("c",
|
||||
"http://jabber.org/protocol/caps");
|
||||
cap.setAttribute("hash", "sha-1");
|
||||
cap.setAttribute("node", "http://monocles.de");
|
||||
cap.setAttribute("node", "http://monocles.eu");
|
||||
cap.setAttribute("ver", capHash);
|
||||
}
|
||||
return packet;
|
||||
|
|
|
@ -2505,7 +2505,7 @@ public class XmppConnectionService extends Service {
|
|||
}
|
||||
|
||||
public void deleteBookmark(final Account account, final Bookmark bookmark) {
|
||||
if (bookmark.getJid().toString().equals("support@conference.monocles.de")) {
|
||||
if (bookmark.getJid().toString().equals("support@conference.monocles.eu")) {
|
||||
getPreferences().edit().putBoolean("monocles_support_bookmark_deleted", true).apply();
|
||||
}
|
||||
/* //TODO: Add bridges as contacts
|
||||
|
@ -5456,7 +5456,7 @@ public class XmppConnectionService extends Service {
|
|||
if (Config.MAGIC_CREATE_DOMAIN != null) {
|
||||
hosts.add(Config.MAGIC_CREATE_DOMAIN);
|
||||
}
|
||||
hosts.add("monocles.de");
|
||||
hosts.add("monocles.eu");
|
||||
return hosts;
|
||||
}
|
||||
|
||||
|
|
|
@ -917,7 +917,7 @@ public class SettingsActivity extends XmppActivity implements OnSharedPreference
|
|||
try {
|
||||
Intent intent = new Intent(Intent.ACTION_SENDTO);
|
||||
intent.setData(Uri.parse("mailto:")); // only email apps should handle this
|
||||
intent.putExtra(Intent.EXTRA_EMAIL, new String[] { "support@monocles.de" });
|
||||
intent.putExtra(Intent.EXTRA_EMAIL, new String[] { "support@monocles.eu" });
|
||||
intent.putExtra(Intent.EXTRA_SUBJECT, "monocles chat - Issue report");
|
||||
intent.putExtra(Intent.EXTRA_TEXT, R.string.describe_issue);
|
||||
startActivity(Intent.createChooser(intent, ""));
|
||||
|
|
|
@ -1173,7 +1173,7 @@ public class StartConversationActivity extends XmppActivity implements XmppConne
|
|||
|
||||
for (Bookmark bookmark : account.getBookmarks()) {
|
||||
if (bookmark.match(this, needle)) {
|
||||
if (bookmark.getJid().toString().equals("support@conference.monocles.de")) {
|
||||
if (bookmark.getJid().toString().equals("support@conference.monocles.eu")) {
|
||||
foundSupport = true;
|
||||
}
|
||||
this.contacts.add(bookmark);
|
||||
|
@ -1228,7 +1228,7 @@ public class StartConversationActivity extends XmppActivity implements XmppConne
|
|||
if (!supportDeleted && !foundSupport && (needle == null || needle.equals("")) && xmppConnectionService.getAccounts().size() > 0) {
|
||||
Bookmark bookmark = new Bookmark(
|
||||
xmppConnectionService.getAccounts().get(0),
|
||||
Jid.of("support@conference.monocles.de")
|
||||
Jid.of("support@conference.monocles.eu")
|
||||
);
|
||||
bookmark.setBookmarkName("monocles support room");
|
||||
bookmark.addChild("group").setContent("support");
|
||||
|
|
|
@ -6,6 +6,6 @@ import java.util.List;
|
|||
|
||||
public class Patches {
|
||||
public static final List<String> ENCRYPTION_EXCEPTIONS = Arrays.asList(
|
||||
"support@monocles.de"
|
||||
"support@monocles.eu"
|
||||
);
|
||||
}
|
||||
|
|
|
@ -480,7 +480,7 @@
|
|||
<string name="pref_dnd_on_silent_mode_summary">Cambia tu estado a \"no molestar\" cuando el dispositivo está en modo silencio</string>
|
||||
<string name="pref_treat_vibrate_as_silent">Modo vibración como modo silencio</string>
|
||||
<string name="pref_treat_vibrate_as_dnd_summary">Cambia tu estado a \"no molestar\" cuando el dispositivo está en modo vibración</string>
|
||||
<string name="hostname_example">monocles.de</string>
|
||||
<string name="hostname_example">monocles.eu</string>
|
||||
<string name="action_add_account_with_certificate">Añadir cuenta con certificado</string>
|
||||
<string name="unable_to_parse_certificate">No se ha podido leer el certificado</string>
|
||||
<string name="authenticate_with_certificate">Dejar vacío para autenticar certificado w/</string>
|
||||
|
|
|
@ -470,7 +470,7 @@
|
|||
<string name="pref_dnd_on_silent_mode_summary">Marca o seu recurso como \"Non molestar\" cando o dispositivo está en modo silencioso</string>
|
||||
<string name="pref_treat_vibrate_as_silent">Trata a vibración como modo silencioso</string>
|
||||
<string name="pref_treat_vibrate_as_dnd_summary">Marca o seu recurso como \"Non molestar\" cando o dispositivo está en modo vibración</string>
|
||||
<string name="hostname_example">monocles.de</string>
|
||||
<string name="hostname_example">monocles.eu</string>
|
||||
<string name="action_add_account_with_certificate">Engadir conta con certificado</string>
|
||||
<string name="unable_to_parse_certificate">Non se puido procesar o certificado</string>
|
||||
<string name="authenticate_with_certificate">Deixar baldeiro autenticar con certificado</string>
|
||||
|
|
|
@ -1206,7 +1206,7 @@
|
|||
\nmonocles chat буде лише читати Ваші контакти і зіставляти їх локально, не завантажуючи їх на сервер.
|
||||
\n
|
||||
\nЗараз Вам буде запропоновано надати дозвіл на доступ до Ваших контактів.</string>
|
||||
<string name="hostname_example">monocles.de</string>
|
||||
<string name="hostname_example">monocles.eu</string>
|
||||
<string name="account_state_logged_out">Ви вийшли</string>
|
||||
<string name="channel_full_jid_example">room@conference.example.com/nick</string>
|
||||
<string name="unverified_devices">Ви використовуєте неперевірені пристрої. Відскануйте QR-код на інших своїх пристроях, щоб виконати перевірку та запобігти активним атакам MITM.</string>
|
||||
|
|
|
@ -1268,7 +1268,7 @@
|
|||
<string name="download_failed_invalid_file">下载失败:无效文件</string>
|
||||
<string name="avatar_for_x">%s 的头像</string>
|
||||
<string name="no_application_found">未找到应用程序</string>
|
||||
<string name="hostname_example">monocles.de</string>
|
||||
<string name="hostname_example">monocles.eu</string>
|
||||
<string name="action_complete">操作完成</string>
|
||||
<string name="multimedia_file">多媒体文件</string>
|
||||
<string name="add_to_home_screen">添加到主屏幕</string>
|
||||
|
|
Loading…
Reference in a new issue