aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-05-27 11:18:42 +0200
committerKim Alvefur <zash@zash.se>2021-05-27 11:18:42 +0200
commit4395895fef2e69d1f71d351bbecff7837672db73 (patch)
treeca8559faa0f090495bcac3fbc8926a7cefbddcb1 /core
parent59cae27ea29cd4f4fb03e70add52f2ac7936836b (diff)
downloadprosody-4395895fef2e69d1f71d351bbecff7837672db73.tar.gz
prosody-4395895fef2e69d1f71d351bbecff7837672db73.zip
core.modulemanager: Inherit mod_server_contact_info onto components #1270
Diffstat (limited to 'core')
-rw-r--r--core/modulemanager.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/modulemanager.lua b/core/modulemanager.lua
index 9d2a74c7..9256ae4f 100644
--- a/core/modulemanager.lua
+++ b/core/modulemanager.lua
@@ -42,6 +42,7 @@ local component_inheritable_modules = {
"iq",
"s2s",
"s2s_bidi",
+ "server_contact_info",
};
-- We need this to let modules access the real global namespace