eJabberd 不能邀请多个用户到多个 MUC 房间
Posted
技术标签:
【中文标题】eJabberd 不能邀请多个用户到多个 MUC 房间【英文标题】:eJabberd cannot invite several users to multiple MUC room 【发布时间】:2018-03-30 03:39:59 【问题描述】:我已经运行了这段代码:
sudo -u ejabberd /usr/sbin/ejabberdctl send_direct_invitation mt75_1 conference.msg.hajmobility.my none none msg_din@msg.hajmobility.my:msg_apool@msg.hajmobility.my
这是第一次工作。
但是当我想使用相同的代码将同一个用户添加到另一个 MUC 房间时,它不起作用。
【问题讨论】:
错误信息是什么?您对不完全有效的地方有更好的描述吗? 【参考方案1】:我在 ejabberd 18.03 中没有看到这个问题
我创建了两个房间,然后邀请两个用户加入。一位用户在线并立即收到邀请并可以加入。另一个受邀用户离线,当他登录时,他会收到两个邀请,也可以加入房间。
$ ejabberdctl send_direct_invitation room1 conference.localhost none none user3@localhost:user4@localhost
$ ejabberdctl send_direct_invitation room2 conference.localhost none none user3@localhost:user4@localhost
【讨论】:
以上是关于eJabberd 不能邀请多个用户到多个 MUC 房间的主要内容,如果未能解决你的问题,请参考以下文章
如何在 ejabberd 上为 muc(多用户聊天)设置不同的消息间隔?