ejabberd - Comments for "Allow Non Occupants Voice in Conference Rooms" https://www.ejabberd.im/node/3067 en Patch available for testing. https://www.ejabberd.im/node/3067#comment-53223 <p>I've reported the feature request here: <noindex><a href="https://support.process-one.net/browse/EJAB-645" rel="nofollow" >Allow admins to send messages to rooms</a></noindex>.</p> <p>I wrote a simple patch for ejabberd trunk SVN.</p> <p>If you try it, tell me if it works correctly.</p> Sun, 01 Jun 2008 17:43:28 +0000 mfoss comment 53223 at https://www.ejabberd.im Not possible right now https://www.ejabberd.im/node/3067#comment-53207 <div class="quote-msg"> <div class="quote-author"><em>rmorgan</em> wrote:</div> <p>how to configure ejabberd to allow non occupants of a conference room to send messages to the room. </p></div> <p>This is in general not allowed, because <noindex><a href="http://www.xmpp.org/extensions/xep-0045.html" rel="nofollow" >XEP-0045</a></noindex> says:</p> <div class="quote-msg"> <div class="quote-author">Quote:</div> <p>If the sender is not an occupant of the room, the service SHOULD return a error to the sender and SHOULD NOT reflect the message to all occupants;</p></div> <p>The protocol also gives a hint:</p> <div class="quote-msg"> <div class="quote-author">Quote:</div> <p>the only exception to this rule is that an implementation MAY allow users with certain privileges (e.g., a room owner, room admin, or service-level admin) to send messages to the room even if those users are not occupants.</p></div> <p>However, ejabberd does not implement such possibility. The only possiblity is that an admin sends a message to the MUC JID (for example to 'conference.example.org'), and the message will be sent to all the rooms in MUC.</p> <div class="quote-msg"> <div class="quote-author"><em>rmorgan</em> wrote:</div> <p>As I want to send alerts to a conference room by executing a perl script from the monitoring server. </p></div> <p>The feature looks interesting. I'll take a look at the possibility this weekend.</p> <p>If it isn't easy to implement in ejabberd, the bot could login in ejabberd, join the room, send the message and logout.</p> Thu, 29 May 2008 22:39:16 +0000 mfoss comment 53207 at https://www.ejabberd.im