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
f823f547
Commit
f823f547
authored
May 25, 2022
by
ale
Browse files
Merge branch 'further_xmpp_cleanup' into 'master'
Further xmpp cleanup See merge request
!176
parents
ebed0626
b69530cb
Changes
1
Show whitespace changes
Inline
Side-by-side
roles/prosody/templates/prosody.cfg.lua.j2
View file @
f823f547
...
...
@@ -28,7 +28,6 @@ modules_enabled = {
"uptime"; -- Report how long server has been running
"time"; -- Let others know the time here on this server
"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
"csi_simple"; -- Simple Mobile optimizations
"carbons"; -- Enable XEP-0280: Message Carbons
...
...
@@ -38,8 +37,6 @@ modules_enabled = {
--"admin_telnet"; -- Opens telnet console interface on localhost port 5582
-- HTTP modules
"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP"
"websocket"; -- XMPP over WebSockets
"http_files"; -- Serve static files from a directory over HTTP
-- "http_upload"; -- Enable XEP-0363 which let clients upload files over HTTP
"http_upload_external"; -- Enable XEP-0363, which lets clients upload files over HTTP to an external web server.
...
...
@@ -49,8 +46,6 @@ modules_enabled = {
--"groups"; -- Shared roster support
--"server_contact_info"; -- Publish contact information for this service
"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
--"legacyauth"; -- Legacy authentication. Only used by some old clients and bots.
"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