我需要从我的模块创建多用户聊天室。我尝试使用 mod_muc:create/5 -
mod_muc:create_room("conference.localhost", "testroom", "testuser@localhost", "testuser", default).
但是当我运行客户端并登录时,什么也没有发生。房间不创造。
如何从我的模块代码中正确创建 muc 空间?我在哪里可以找到执行 create_room/5 的 ejabberd mod_muc 源代码?
谢谢你。