ejabberd - Comments for "mod_announce" https://www.ejabberd.im/node/1194 en Try override_acls. https://www.ejabberd.im/node/1194#comment-2559 <div class="quote-msg"> <div class="quote-author"><em>wiznet1</em> wrote:</div> <p>how could i log/debug startup events of ejabberd? (modules loaded etc)</p></div> <p>On the web admin you can see which modules were loaded: Virtual Hosts -&gt; your host -&gt; Nodes -&gt; your node -&gt; Modules</p> <div class="quote-msg"> <div class="quote-author"><em>wiznet1</em> wrote:</div> <p>anyway why its not visible in services? and announce/all isnt work too =&gt; looks like not auth trouble</p></div> <p>If the user has the right to send announce messages, the option should be listed on Service Directory (works on Psi 0.10). If the client also supports Ad-hoc commands, it will be able to send messages using that method (instead of the old JIDs announce/all..., works on Tkabber 0.9.9).</p> <p>Using Tkabber 0.9.9, if I login with a user that has no rights to send announces, when I try to send one, I get this message: 'subject: Error on the authentication (Not allowed)'.</p> <p>Maybe you made a mistake on the config of ACLs, and ejabberd still remembers it (on the database). To make sure ejabberd forgets all old ACLs that may be stored on database, uncomment at beginning of ejabberd.cfg the line 'override_acls.' and restart ejabberd.</p> Mon, 20 Nov 2006 21:01:08 +0000 mfoss comment 2559 at https://www.ejabberd.im any way of external logging? https://www.ejabberd.im/node/1194#comment-2558 <p>i have only ejabberd.log and it seems correct, i.e. no error messages<br /> how could i log/debug startup events of ejabberd? (modules loaded etc)<br /> anyway why its not visible in services? and announce/all isnt work too =&gt; looks like not auth trouble</p> Mon, 20 Nov 2006 12:13:25 +0000 wiznet1 comment 2558 at https://www.ejabberd.im Check ejabberd log files https://www.ejabberd.im/node/1194#comment-2557 <p>I tried that config using ejabberd 1.1.2 and internal auth: it works correctly. And it seems announce/online does not query AD, just ejabberd database. Check ejabberd log files, maybe some error message appears. </p> <p>Try announce/all too, to see if that one works. When using LDAP auth, ejabberd asks LDAP server which users are registered. Looking at the contributed AD patch, the required functions seem to be implemented.</p> Mon, 20 Nov 2006 11:35:41 +0000 mfoss comment 2557 at https://www.ejabberd.im