Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
7d861be8
Commit
7d861be8
authored
Sep 19, 2018
by
contrapunctus-1
Committed by
JC Brand
Sep 19, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use compliance.conversations.im for server recommendation (#1206)
parent
094a8a57
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
CHANGES.md
CHANGES.md
+1
-0
src/converse-register.js
src/converse-register.js
+1
-1
No files found.
CHANGES.md
View file @
7d861be8
...
...
@@ -2,6 +2,7 @@
## 4.0.1 (Unreleased)
-
Use https://compliance.conversations.im instead of (dead) https://xmpp.net
-
New config setting
[
auto_register_muc_nickname
](
https://conversejs.org/docs/html/configuration.html#auto-register-muc-nickname
)
-
New config setting
[
enable_muc_push
](
https://conversejs.org/docs/html/configuration.html#enable-muc-push
)
-
#1182 MUC occupants without nick or JID created
...
...
src/converse-register.js
View file @
7d861be8
...
...
@@ -146,7 +146,7 @@
_converse
.
api
.
settings
.
update
({
'
allow_registration
'
:
true
,
'
domain_placeholder
'
:
__
(
"
e.g. conversejs.org
"
),
// Placeholder text shown in the domain input on the registration form
'
providers_link
'
:
'
https://
xmpp.net/directory.php
'
,
// Link to XMPP providers shown on registration page
'
providers_link
'
:
'
https://
compliance.conversations.im/
'
,
// Link to XMPP providers shown on registration page
'
registration_domain
'
:
''
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment