prosody: Remove some unused modules

This commit is contained in:
Matthew Wild 2021-01-22 23:04:42 +00:00
parent 1f37db8f1e
commit 2207199a60
2 changed files with 0 additions and 4 deletions

View File

@ -60,8 +60,6 @@ modules_enabled = {
-- HTTP modules
"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP"
"websocket"; -- XMPP over WebSockets
"http_acme_challenge";
"http_libjs";
-- Other specific functionality
"limits"; -- Enable bandwidth limiting for XMPP connections

View File

@ -123,8 +123,6 @@
- mod_invites_register
- mod_invites_api
- mod_easy_invite
- mod_http_acme_challenge
- mod_http_libjs
- mod_update_check
- mod_update_notify
- mod_authz_internal