ejabberd - Comments for "Integrating ejabberd in to existing nodejs app using Bosch and Strophe" https://www.ejabberd.im/node/24928 en Did you implement? I have https://www.ejabberd.im/node/24928#comment-66937 <p>Did you implement? I have almost same requirement. I have tried external authentication, and it's working as expected, but I am not sure about my approach is correct or not?<br /> 1) Android APP as client<br /> 2) Ruby on Rails as API server</p> Mon, 04 Jul 2016 17:26:53 +0000 deepak shinde comment 66937 at https://www.ejabberd.im Hi Team, Hope you all are https://www.ejabberd.im/node/24928#comment-66509 <p>Hi Team,</p> <p>Hope you all are doing well,</p> <p>I have successfully installed Ejabberd (Erlang (ASYNC_THREADS) (BEAM) emulator version 5.10.4) on Ubuntu 14.04.2 LTS. </p> <p>Our Requirement:<br /> 1) Andriod Chat similar to WhatsApp.<br /> 2) Database MongoDb (Please Suggest if you know better option)<br /> 3) API (Nodejs )</p> <p>Please suggest how do integrate above functions with Ejabberd.</p> <p>Note- &gt; initially we are using ejabber on single server but we will live it in multiple servers</p> Thu, 14 Jan 2016 12:24:26 +0000 mbmannubisht comment 66509 at https://www.ejabberd.im Thanks - so how would the https://www.ejabberd.im/node/24928#comment-65734 <p>Thanks - so how would the backend link between the two servers work? Do you have any recommendations in other tech stacks such as Ruby on Rails or PHP? Is my understanding then correct that when the clients want to send a chat message to the other recipients or create a chatroom, download the rosters, etc. they would use a simple REST call to the app server and then app server will use some sort of line interface to talk to the ejabberd server? for example - mod_rest? mod_muc_admin? Do you have any good working examples for such integrations?</p> <p>2nd option:<br /> Would it make sense and perhaps easier/scalable if the mobile clients were to directly talk to ejabberd server using XMPP protocol and then send the same message to the app server using RESTful interface? I'm trying to achieve something similar to WhatsApp architecture...any thoughts?</p> <p>Thanks!</p> Wed, 03 Jun 2015 12:13:56 +0000 jello comment 65734 at https://www.ejabberd.im Sorry, I am not really in https://www.ejabberd.im/node/24928#comment-65611 <p>Sorry, I am not really in Javascript, so no recommandation, but please send us your feedback :)</p> Mon, 01 Jun 2015 09:35:29 +0000 mremond comment 65611 at https://www.ejabberd.im great - thanks. Do you have https://www.ejabberd.im/node/24928#comment-65609 <p>great - thanks.<br /> Do you have any recommendations?<br /> I found <noindex><a href="https://github.com/Wiredcraft/node-ejabberd/" title="https://github.com/Wiredcraft/node-ejabberd/" rel="nofollow" >https://github.com/Wiredcraft/node-ejabberd/</a></noindex> as one of the modules.</p> Fri, 29 May 2015 14:59:16 +0000 jello comment 65609 at https://www.ejabberd.im You likely will use backend https://www.ejabberd.im/node/24928#comment-65607 <p>You likely will use backend link between ejabberd and NodeJS, not XMPP directly. You have many options: ejabberd custom module, ejabberd XMLRPC API, Database sharing, for example.</p> Thu, 28 May 2015 07:49:03 +0000 mremond comment 65607 at https://www.ejabberd.im