Philipp Hörist pushed to branch master at gajim / gajim
Commits: f9f2a88b by Jonas Schäfer at 2021-07-13T19:50:38+02:00 Update API JID for search.jabber.network integration The JID has been changed recently and this needs to be reflected. The old JID was available for a certain transition period, but that period ended a few weeks back because of a necessary architectural change which decoupled the two domains. Signed-off-by: lovetox <[email protected]> - - - - - 2 changed files: - gajim/common/config.py - gajim/common/setting_values.py Changes: ===================================== gajim/common/config.py ===================================== @@ -229,7 +229,7 @@ class Config: 'show_chatstate_in_banner': [opt_bool, True, _('Shows a text in the banner that describes the current chat state of the contact.')], '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, '[email protected]'], + 'muclumbus_api_jid': [opt_str, '[email protected]'], '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).')], ===================================== gajim/common/setting_values.py ===================================== @@ -169,7 +169,7 @@ class _ACCOUNT_DEFAULT: 'show_chatstate_in_roster': True, 'show_chatstate_in_tabs': True, 'show_chatstate_in_banner': True, - 'muclumbus_api_jid': '[email protected]', + 'muclumbus_api_jid': '[email protected]', 'muclumbus_api_http_uri': 'https://search.jabber.network/api/1.0/search', 'muclumbus_api_pref': 'http', 'command_system_execute': False, View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/f9f2a88b9f698e3aaaf5ffe8e24176fd2f342788 -- View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/f9f2a88b9f698e3aaaf5ffe8e24176fd2f342788 You're receiving this email because of your account on dev.gajim.org.
_______________________________________________ Commits mailing list [email protected] https://lists.gajim.org/cgi-bin/listinfo/commits
