diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/modulemanager.lua | 1 |
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 |