添加muc组件而不重新启动韵律服务器 完成以下代码然后尝试使用rest api执行它。 但muc组件无法加载。
--------------code begin---------------
localh hm = require "core.hostmanager";
local mm = require "core.modulemanager";
host= "muc.example.co";
hm.activate(host);
local key= "component_module";
local value = "muc";
cmg._M.set(host, key, value);
mm.load_modules_for_host(host);
-----code end-----------------
如何在不重新加载韵律服务器的情况下启用muc服务点。
答案 0 :(得分:0)
使用以下代码,我们可以实现它
System.currentTimeMillis()