ejabberd - Comments for "message routes to multiple resources" https://www.ejabberd.im/node/24822 en Actually, you should receive https://www.ejabberd.im/node/24822#comment-65371 <p>Actually, you should receive the message on all connected resources, if they all share the same priority (and it is the higher available).</p> Tue, 24 Mar 2015 17:24:44 +0000 mremond comment 65371 at https://www.ejabberd.im Hi, sending messages that are https://www.ejabberd.im/node/24822#comment-65364 <p>Hi,</p> <p>sending messages that are directed to fulljids to all resources wouldn't be standard compliant.</p> <p>The proper solution are <noindex><a href="http://xmpp.org/extensions/xep-0280.html" target="_blank" rel="nofollow" >message carbons</a></noindex>. You need to enable it in ejabberd (mod_carboncopy). Your application needs to support it, too. Depending on the lib you use you might just have to enable it, for instance <noindex><a href="https://github.com/jcbrand/converse.js/blob/8d818fd5fd23271c84399375624d22e39acdf218/docs/source/configuration.rst#message_carbons" target="_blank" rel="nofollow" >converse.js</a></noindex>.</p> <p>Matthias</p> Sun, 22 Mar 2015 20:04:28 +0000 sezuan comment 65364 at https://www.ejabberd.im