diff core/modulemanager.lua @ 14044:fc29a8c1f873 13.0

core.modulemanager: Fix shell commands on components Many commands use a JID or host argument to determine which host to invoke a command on, but this requires that mod_admin_shell has been loaded, but this did not happen for components due to the limited set of inheritable modules.
author Kim Alvefur <zash@zash.se>
date Wed, 14 Jan 2026 20:32:50 +0100
parents 1a2691bd50bd
children
line wrap: on
line diff
--- a/core/modulemanager.lua	Tue Jan 13 22:55:14 2026 +0100
+++ b/core/modulemanager.lua	Wed Jan 14 20:32:50 2026 +0100
@@ -46,6 +46,7 @@
 	"s2s_bidi",
 	"smacks",
 	"server_contact_info",
+	"admin_shell",
 };
 
 -- We need this to let modules access the real global namespace