Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai3
config
Commits
b69530cb
Verified
Commit
b69530cb
authored
May 24, 2022
by
blallo
Browse files
Remove registration-related modules
parent
cc1d287b
Pipeline
#32853
passed with stages
in 10 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/prosody/templates/prosody.cfg.lua.j2
View file @
b69530cb
...
@@ -28,7 +28,6 @@ modules_enabled = {
...
@@ -28,7 +28,6 @@ modules_enabled = {
"uptime"; -- Report how long server has been running
"uptime"; -- Report how long server has been running
"time"; -- Let others know the time here on this server
"time"; -- Let others know the time here on this server
"ping"; -- Replies to XMPP pings with pongs
"ping"; -- Replies to XMPP pings with pongs
"register"; -- Allow users to register on this server using a client and change passwords
"mam"; -- Store messages in an archive and allow users to access it
"mam"; -- Store messages in an archive and allow users to access it
"csi_simple"; -- Simple Mobile optimizations
"csi_simple"; -- Simple Mobile optimizations
"carbons"; -- Enable XEP-0280: Message Carbons
"carbons"; -- Enable XEP-0280: Message Carbons
...
@@ -47,8 +46,6 @@ modules_enabled = {
...
@@ -47,8 +46,6 @@ modules_enabled = {
--"groups"; -- Shared roster support
--"groups"; -- Shared roster support
--"server_contact_info"; -- Publish contact information for this service
--"server_contact_info"; -- Publish contact information for this service
"announce"; -- Send announcement to all online users
"announce"; -- Send announcement to all online users
--"welcome"; -- Welcome users who register accounts
--"watchregistrations"; -- Alert admins of registrations
--"motd"; -- Send a message to users when they log in
--"motd"; -- Send a message to users when they log in
--"legacyauth"; -- Legacy authentication. Only used by some old clients and bots.
--"legacyauth"; -- Legacy authentication. Only used by some old clients and bots.
"proxy65"; -- Enables a file transfer proxy service which clients behind NAT can use
"proxy65"; -- Enables a file transfer proxy service which clients behind NAT can use
...
...
Write
Preview
Supports
Markdown
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