ejabberd - Comments for "how to let ejabberd only access register from one special server?" https://www.ejabberd.im/node/4078 en bbsqbbsq wrote: I want users https://www.ejabberd.im/node/4078#comment-55839 <div class="quote-msg"> <div class="quote-author"><em>bbsqbbsq</em> wrote:</div> <p>I want users can only register ejabberd account via my site.</p></div> <p>Configure mod_register to not allow account registrations.</p> <p>Then implement in your website a web formulary: when a user wants to register an account, your PHP page calls the system shell "ejabberdctl register tommy jabber.example.com soMEPAss12345".</p> <p>If you prefer to use XMLRPC to register account in ejabberd, install ejabberd_xmlrpc. If you prefer to use HTTP, install mod_rest.</p> <p>If you prefer that ejabberd offers a simple web registration page, install mod_register_web</p> Tue, 01 Jun 2010 09:13:00 +0000 mfoss comment 55839 at https://www.ejabberd.im thanks,Is there any way to https://www.ejabberd.im/node/4078#comment-55830 <p>thanks,Is there any way to get my idea come true?</p> Sat, 29 May 2010 02:01:24 +0000 bbsqbbsq comment 55830 at https://www.ejabberd.im Re: how to let ejabberd only access register from one https://www.ejabberd.im/node/4078#comment-55827 <div class="quote-msg"> <div class="quote-author"><em>bbsqbbsq</em> wrote:</div> <p>I have a web site use xmpphp as client connect to ejabberd. I want users can only register ejabberd account via my site.How can I correcly configure the ejabberd? what access_from attribute do?</p></div> <p>access_from actually only controls if it is possible to register new accounts using *existing* c2s session (i.e. from already registered account) or from s2s. This is mostly backward-compatibility option. So this option doesn't help you.</p> Fri, 28 May 2010 16:52:34 +0000 zinid comment 55827 at https://www.ejabberd.im