ejabberd - Comments for "Muting User" https://www.ejabberd.im/node/5867 en thanks very much for the https://www.ejabberd.im/node/5867#comment-58968 <p>thanks very much for the feedback, in the end i ended up writing to a mnesia table a global muted list. Will definitely look into refactoring. As I didn't have that information, thanks.</p> Fri, 10 Aug 2012 02:22:42 +0000 truGrok comment 58968 at https://www.ejabberd.im Users in a MUC can be muted https://www.ejabberd.im/node/5867#comment-58928 <p>Users in a MUC can be muted through changing their status from "participant" to "visitor". This allows them in the room but they cannot speak.. There is no built in timeout, so this would have to be handled programmatically, but changing their status just involves sending an iq packet to the offender and an updated presence message to the room.</p> <p>You don't need to handle muting yourself, its a core part of the MUC specs.</p> Sun, 29 Jul 2012 16:12:09 +0000 zenweasel comment 58928 at https://www.ejabberd.im