我们使用带有ejabberd2.1.11的 国防部 和下面的配置
[{host, "multicast.server_ip"},
{access, multicast},
{limits,
[{local, message, infinite},
{local, presence, infinite},
{remote, message, infinite}]}],但是当我们在第一条消息发送两秒钟后发送第二条广播消息时,我们得到了这个错误,
<message xmlns="jabber:client" from="multicast.server_ip" to="8_9414440765@server_ip/10909448101435316508474960" type="error" id="1435316983">
<addresses xmlns="http://jabber.org/protocol/address">
<address type="to" desc="1435316983" jid="10_9414756966@server_ip"/>
<address type="cc" desc="1435316983" jid="9_8386837120@server_ip"/>
</addresses><ftype>emoji</ftype>
<body>[FG#007]</body>
<broadcastid>6</broadcastid>
<error code="403" type="auth">
<forbidden xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/>
<text xmlns="urn:ietf:params:xml:ns:xmpp-stanzas">
Packet relay is denied by service policy</text></error></message>当我们在一段时间后发送消息时,它进行得很好。
发布于 2015-06-26 12:44:03
ejabberd 2.1.11已经超过3年,不再支持了。我的第一步建议是切换到更最新的ejabberd,比如ejabberd 15.06。
https://stackoverflow.com/questions/31072762
复制相似问题