Преглед на файлове

index.js: change link to list of pulic XMPP providers for registrations

The old compliance.conversations.im is not intended for users to pick a server.
Yurt Page преди 2 месеца
родител
ревизия
b89f8e3147
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/plugins/register/index.js

+ 1 - 1
src/plugins/register/index.js

@@ -42,7 +42,7 @@ converse.plugins.add('converse-register', {
         api.settings.extend({
             allow_registration: true,
             domain_placeholder: __(' e.g. conversejs.org'), // Placeholder text shown in the domain input on the registration form
-            providers_link: 'https://compliance.conversations.im/', // Link to XMPP providers shown on registration page
+            providers_link: 'https://providers.xmpp.net/', // Link to XMPP providers shown on registration page
             registration_domain: ''
         });