eJabberd 不能邀请多个用户到多个 MUC 房间
eJabberd cannot invite several users to multiple MUC room
我有 运行 这个代码:
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 房间时,它不起作用。
我在 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
我有 运行 这个代码:
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 房间时,它不起作用。
我在 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