multicast - Time Limit issue in mod_multicast ejabberd -


we using mod_multicast ejabberd 2.1.11 following configuration

[{host, "multicast.server_ip"},  {access, multicast},  {limits,   [{local, message, infinite},    {local, presence, infinite},    {remote, message, infinite}]}] 

but getting error in response when send second broadcast message after 2 3 seconds of first message,

<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 denied service policy</text></error></message> 

when sending message after time, goes well.

ejabberd 2.1.11 more 3 years old , not supported anymore. suggestion first step switch more date ejabberd, ejabberd 15.06.


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -