Philipp Hörist pushed to branch master at gajim / gajim


Commits:
0fc6c0b6 by zak333 at 2021-01-14T20:44:00+01:00
Update Muclumbus API endpoint

- - - - -


2 changed files:

- gajim/common/config.py
- gajim/common/setting_values.py


Changes:

=====================================
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, '[email protected]'],
-        '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')],


=====================================
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': '[email protected]',
-    '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,



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/0fc6c0b63bfa0fa3642629da6c160523849d86a5

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/0fc6c0b63bfa0fa3642629da6c160523849d86a5
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

Reply via email to