From a1bf5b77f07356390f589e21907cc59d828c18b7 Mon Sep 17 00:00:00 2001 From: zak333 <zak@posteo.de> Date: Thu, 14 Jan 2021 20:44:00 +0100 Subject: [PATCH] Update Muclumbus API endpoint --- gajim/common/config.py | 2 +- gajim/common/setting_values.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/gajim/common/config.py b/gajim/common/config.py index c92f7a2f4a..88f28fb801 100644 --- a/gajim/common/config.py +++ b/gajim/common/config.py @@ -231,7 +231,7 @@ class Config: 'send_chatstate_default': [opt_str, 'composing_only', _('Chat state notifications that are sent to contacts. Possible values: all, composing_only, disabled')], 'send_chatstate_muc_default': [opt_str, 'composing_only', _('Chat state notifications that are sent to the group chat. Possible values: \'all\', \'composing_only\', \'disabled\'')], 'muclumbus_api_jid': [opt_str, 'rodrigo.de.mucobedo@dreckshal.de'], - 'muclumbus_api_http_uri': [opt_str, 'https://search.jabbercat.org/api/1.0/search'], + 'muclumbus_api_http_uri': [opt_str, 'https://search.jabber.network/api/1.0/search'], 'muclumbus_api_pref': [opt_str, 'http', _('API Preferences. Possible values: \'http\', \'iq\'')], 'command_system_execute': [opt_bool, False, _('If enabled, Gajim will execute commands (/show, /sh, /execute, /exec).')], 'groupchat_roster_width': [opt_int, 210, _('Width of group chat roster in pixel')], diff --git a/gajim/common/setting_values.py b/gajim/common/setting_values.py index b692ca9447..388f4da7a7 100644 --- a/gajim/common/setting_values.py +++ b/gajim/common/setting_values.py @@ -1,4 +1,3 @@ - from gajim.common.i18n import _ class _DEFAULT: @@ -172,7 +171,7 @@ class _ACCOUNT_DEFAULT: 'show_chatstate_in_tabs': True, 'show_chatstate_in_banner': True, 'muclumbus_api_jid': 'rodrigo.de.mucobedo@dreckshal.de', - 'muclumbus_api_http_uri': 'https://search.jabbercat.org/api/1.0/search', + 'muclumbus_api_http_uri': 'https://search.jabber.network/api/1.0/search', 'muclumbus_api_pref': 'http', 'command_system_execute': False, 'groupchat_roster_width': 210, -- GitLab