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 中的其他消息类型

如何清除 Ejabberd 中的 MUC 历史记录

如何在 ejabberd 上为 muc(多用户聊天)设置不同的消息间隔?

Ejabberd muc_rooms 和 muc_registered 表为空

使用 ejabberd 实现群聊 [关闭]

不允许任何所有者撤销创建房间/MUC 的用户的所有权 - Ejabberd XMPP