1
0
Fork 0
mirror of https://github.com/bjc/prosody.git synced 2025-04-06 06:37:37 +03:00

core.modulemanager: Inherit mod_server_contact_info onto components

This commit is contained in:
Kim Alvefur 2021-05-27 11:18:42 +02:00
parent 59cae27ea2
commit 4395895fef
3 changed files with 2 additions and 1 deletions

View file

@ -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