ejabberd - Comments for "How &amp;quot;access_from&amp;quot; is working?" https://www.ejabberd.im/node/3914 en Thank you very much! :) https://www.ejabberd.im/node/3914#comment-55408 <p>Thank you very much! :)</p> Sun, 14 Mar 2010 09:34:58 +0000 fazekaim comment 55408 at https://www.ejabberd.im Re: How "access_from" is working? https://www.ejabberd.im/node/3914#comment-55407 <p>You need to define access_from option in mod_register module. For example, if you have:</p> <div class="codeblock"><code>{access, register, [{allow, all}]}.</code></div> <p>Then</p> <div class="codeblock"><code>...<br />{mod_register, [{access_from, register}]},<br />...</code></div> <p>allows you to register new accounts from any jid (including those from s2s).</p> Sun, 14 Mar 2010 05:25:31 +0000 zinid comment 55407 at https://www.ejabberd.im