【发布时间】:2011-08-26 05:14:56
【问题描述】:
我需要从我的模块创建多用户聊天室。我尝试使用 mod_muc:create/5 -
mod_muc:create_room("conference.localhost", "testroom", "testuser@localhost", "testuser", default).
但是当我运行客户端并登录时,什么也没有发生。房间没有创建。
我怎样才能从我的模块代码中正确创建 muc room?我在哪里可以找到执行 create_room/5 的 ejabberd mod_muc 源代码?
谢谢。
【问题讨论】:
-
你把代码放在哪里?
-
@0xAX 你解决了这个问题吗?
标签: erlang ejabberd multiuserchat