ejabberd - Comments for "Erlang client vs Ejabberd module" https://www.ejabberd.im/node/3159 en I'll go with an ejabberd https://www.ejabberd.im/node/3159#comment-53474 <p>I'll go with an ejabberd component.</p> <p>Thanks.</p> Tue, 05 Aug 2008 21:41:44 +0000 Ted comment 53474 at https://www.ejabberd.im Check this: Thoughts On Scalable XMPP Bots https://www.ejabberd.im/node/3159#comment-53473 <div class="quote-msg"> <div class="quote-author"><em>Ted</em> wrote:</div> <p>Is there any advantage of a jabber client compared to ejabberd module?<br /> It seams like an ejabberd module will be more scalable out of the box and will benefit from the ejabberd api power.</p></div> <p>There is a recent blogpost on this topic: <noindex><a href="http://metajack.wordpress.com/2008/08/04/thoughts-on-scalable-xmpp-bots/" rel="nofollow" >Thoughts On Scalable XMPP Bots</a></noindex></p> Mon, 04 Aug 2008 19:42:56 +0000 mfoss comment 53473 at https://www.ejabberd.im I imagine a Jabber component https://www.ejabberd.im/node/3159#comment-53469 <p>I imagine a Jabber component would be more scalable that a Jabber client bot.</p> <p>In my previous comment I mentioned both alternatives because you asked about both :)</p> Fri, 01 Aug 2008 16:40:29 +0000 mfoss comment 53469 at https://www.ejabberd.im Is there any advantage of a https://www.ejabberd.im/node/3159#comment-53456 <p>Is there any advantage of a jabber client compared to ejabberd module?<br /> It seams like an ejabberd module will be more scalable out of the box and will benefit from the ejabberd api power.</p> <p>Writing a Jabber client bot seams like a very hard task while building a bot from ejabberd module seams achievable.<br /> Am I missing something?<br /> Will an ejabberd module bot be able to interact with thousands of simultaneous users, perform simple logic and interact with a database?</p> <p>Thanks</p> Sun, 27 Jul 2008 23:55:38 +0000 Ted comment 53456 at https://www.ejabberd.im Look at existing Jabber bots; or for example mod_chatcommands https://www.ejabberd.im/node/3159#comment-53455 <p>You can write your bot as a Jabber client using any programming language. Or extend an existing bot with the features you want, for example there is <noindex><a href="/neutron" rel="nofollow" >Neutron</a></noindex> written in Python. There isn't yet any stable XMPP client library written in Erlang.</p> <p>Or you could write your bot as a Jabber component. In this case you can implement it in an ejabberd module, for example look at <noindex><a href="/mod_chatcommands" rel="nofollow" >mod_chatcommands</a></noindex>.</p> Sun, 27 Jul 2008 14:25:50 +0000 mfoss comment 53455 at https://www.ejabberd.im