ejabberd - Comments for "module pottymouth not working" https://www.ejabberd.im/forum/25595/module-pottymouth-not-working en Got it working. I think core https://www.ejabberd.im/forum/25595/module-pottymouth-not-working#comment-67094 <p>Got it working. I think core issue was reading the blacklist file (permissions issue).</p> Tue, 11 Oct 2016 02:41:10 +0000 navjeetc comment 67094 at https://www.ejabberd.im The error message indicates https://www.ejabberd.im/forum/25595/module-pottymouth-not-working#comment-67074 <p>The error message indicates that erlang can't find the definition of a function called 'stop' with zero arguments in the module bloom_gen_server.</p> <p>If you look at that source code file, there is no function defined with that name and no arguments, but there is one with one argument.</p> <p>Try adding this one:</p> <pre> stop() -&gt; ok. </pre><p>But anyway, apparently you can consider this only a warning, not a big problem.</p> Tue, 27 Sep 2016 16:23:20 +0000 badlop comment 67074 at https://www.ejabberd.im