ejabberd - Comments for "How to &amp;quot;Register User to ejabberd anonymously&amp;quot; ?" https://www.ejabberd.im/node/24911 en Hi @gpadbidri, What libraries https://www.ejabberd.im/node/24911#comment-65755 <p>Hi @gpadbidri,</p> <p>What libraries did you use to connect nodejs to ejabberd? I'm trying to find the best way to connect two servers? Can you please provide a sample code or pointers?</p> <p>Cheers!</p> <div class="quote-msg"> <div class="quote-author"><em>gpadbidri</em> wrote:</div> <p>Hi All,</p> <p>I am new to Ejabberdand I am stuck with the below issue. I want to be able to register a NEW user to my XMPP Ejabberd Server. What are the steps to achieve this ?<br /> Background :<br /> 1. I am using NodeJS for programming.<br /> 2. My BOSH URL is accessed via Port 80 (Nginx configuration)<br /> 3. My Aim is to : When a user registers himself to my website, I want to be able to register the SAME User on my XMPP Server. What are the configurations that need to be ENABLED in Ejabberd.CFG in order to achieve this ?<br /> 4. What approach should be used :<br /> a. Connect to XMPP with Admin Credentials and then register user -&gt; How to do it<br /> b. Connect to XMPP with 'the DOMAIN under which I want to register user' and then register user -&gt; How to do it </p> <p><strong>NOTE : I am using Ejabberd Server Latest Version.</strong></p> <p>Please let me know your thoughts around the same ? Also, I am open to any other way to achieve the same. Thanks !</p></div> Thu, 11 Jun 2015 13:40:35 +0000 jello comment 65755 at https://www.ejabberd.im Hi, I have a similar setup https://www.ejabberd.im/node/24911#comment-65602 <p>Hi,</p> <p>I have a similar setup and trying to achieve something along these lines - did you figure this out or solved the problem with nodejs integration/authentication? Also, for BOSH connection, how did you achieve this?</p> <p>Thanks!</p> Wed, 27 May 2015 16:13:00 +0000 jello comment 65602 at https://www.ejabberd.im You should probably use a https://www.ejabberd.im/node/24911#comment-65591 <p>You should probably use a authentication module that point to your existing credentials (external auth, ldap, etc) or play with mod_register to allow creating the account as you need them.</p> Tue, 19 May 2015 08:11:34 +0000 mremond comment 65591 at https://www.ejabberd.im