Skip to content

Commit b89f8e3

Browse files
yurtpagejcbrand
authored andcommitted
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.
1 parent 3125ed4 commit b89f8e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/register/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ converse.plugins.add('converse-register', {
4242
api.settings.extend({
4343
allow_registration: true,
4444
domain_placeholder: __(' e.g. conversejs.org'), // Placeholder text shown in the domain input on the registration form
45-
providers_link: 'https://compliance.conversations.im/', // Link to XMPP providers shown on registration page
45+
providers_link: 'https://providers.xmpp.net/', // Link to XMPP providers shown on registration page
4646
registration_domain: ''
4747
});
4848

0 commit comments

Comments
 (0)