ejabberd - Comments for "ej 17.04 command unknown error" https://www.ejabberd.im/forum/29774/ej-1704-command-unknown-error en First enable mod_admin_extra https://www.ejabberd.im/forum/29774/ej-1704-command-unknown-error#comment-67783 <p>First enable mod_admin_extra in the module: section of your ejabberd configuration file. Then that command and many other will be available.</p> <p>This sends a message to user1:</p> <pre> $ ejabberdctl send_message chat someone@localhost/autopilot user1@localhost "''" 'some_message' </pre><p>This sends a message to the room, if user1 has joined the room. Notice that only a room occupant, or a room admin can send messages to a room.</p> <pre> $ ejabberdctl send_message groupchat user1@localhost/autopilot room7@conference.localhost "''" 'some_message' </pre> Mon, 05 Feb 2018 12:26:16 +0000 badlop comment 67783 at https://www.ejabberd.im