core.modulemanager: Inherit mod_server_contact_info onto components #1270
authorKim Alvefur <zash@zash.se>
Thu, 27 May 2021 11:18:42 +0200
changeset 11589 057ce005937e
parent 11588 8bea29d1f82d
child 11591 ce7c52a6d650
core.modulemanager: Inherit mod_server_contact_info onto components #1270
CHANGES
core/modulemanager.lua
spec/scansion/prosody.cfg.lua
--- a/CHANGES	Fri Sep 11 18:34:36 2020 +0200
+++ b/CHANGES	Thu May 27 11:18:42 2021 +0200
@@ -22,6 +22,7 @@
 -   MUC: support for XEP-0421 occupant identifiers
 -   mod_http_file_share: File sharing via HTTP (XEP-0363)
 -   statistics scheduling can be done by plugin
+-   mod_server_contact_info now loaded on components if enabled
 
 0.11.0
 ======
--- a/core/modulemanager.lua	Fri Sep 11 18:34:36 2020 +0200
+++ b/core/modulemanager.lua	Thu May 27 11:18:42 2021 +0200
@@ -42,6 +42,7 @@
 	"iq",
 	"s2s",
 	"s2s_bidi",
+	"server_contact_info",
 };
 
 -- We need this to let modules access the real global namespace
--- a/spec/scansion/prosody.cfg.lua	Fri Sep 11 18:34:36 2020 +0200
+++ b/spec/scansion/prosody.cfg.lua	Thu May 27 11:18:42 2021 +0200
@@ -127,7 +127,6 @@
 	admins = { "Admin@localhost" }
 	modules_enabled = {
 		"muc_mam";
-		"server_contact_info";
 	}