ejabberd - Comments for "Can I develop a new module in language different than erlang ?" https://www.ejabberd.im/node/1349 en Here: https://www.ejabberd.im/node/1349#comment-3042 <p>Here: <a href="http://www.ejabberd.im/extauth" title="http://www.ejabberd.im/extauth">http://www.ejabberd.im/extauth</a><br /> I see few examples of replacement for authentication script, but I can't add it to ejabberd<br /> How can I plug it in ?</p> Thu, 08 Feb 2007 09:32:58 +0000 dimadio comment 3042 at https://www.ejabberd.im You can create an external component https://www.ejabberd.im/node/1349#comment-3037 <p>You can develop an external component that connects to ejabberd with <noindex><a href="http://www.xmpp.org/extensions/xep-0114.html" rel="nofollow" >XEP-0114</a></noindex>. There are <noindex><a href="http://www.jabber.org/software/libraries" rel="nofollow" >libraries for many languages</a></noindex> for doing that.</p> <p>That limits the functionality of the module; your component gets the JID "foo.example.com", and receives all stanzas addressed to any JID in that domain, but that's all. It's not possible to directly change the inner workings of the server with just a component.</p> Wed, 07 Feb 2007 19:41:10 +0000 legoscia comment 3037 at https://www.ejabberd.im