mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
core.modulemanager: Inherit mod_server_contact_info onto components #1270
This commit is contained in:
parent
59cae27ea2
commit
4395895fef
3 changed files with 2 additions and 1 deletions
1
CHANGES
1
CHANGES
|
@ -22,6 +22,7 @@ TRUNK
|
|||
- 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
|
||||
======
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -127,7 +127,6 @@ Component "conference.localhost" "muc"
|
|||
admins = { "Admin@localhost" }
|
||||
modules_enabled = {
|
||||
"muc_mam";
|
||||
"server_contact_info";
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue