ejabberd - Comments for "CMS authentification" https://www.ejabberd.im/node/3858 en If you want to integrate a web client for Ejabberd, check iJab https://www.ejabberd.im/node/3858#comment-55419 <p>iJab is a AJAX web chat client for XMPP that could be integrated into your website like Facebook style web chat bar. Go to <noindex><a href="http://www.ijab.im" title="www.ijab.im" rel="nofollow" >www.ijab.im</a></noindex> to have a look.</p> <p> You could write a custome auth module to make iJab single-sign-on with your CMS website.</p> Wed, 17 Mar 2010 15:44:32 +0000 escaper comment 55419 at https://www.ejabberd.im Extauth can be a first approximation https://www.ejabberd.im/node/3858#comment-55297 <div class="quote-msg"> <div class="quote-author">Quote:</div> <p>avoid extauth because it degrades ejabberd:</p> <p>We need to implement our own authentication and extauth seems to be the easiest solution.</p></div> <p>Extauth is the easiest solution to get your custom auth working. It seems the easiest because you can write the script in any programming language you prefer.</p> <p>But if you later notice in your system that this isn't efficient/fast enought, you will want to write your own native ejabberd_auth_arnel.erl, similarly to other native ejabberd_auth_internal, _odbc, _ldap, ...</p> Mon, 15 Feb 2010 11:12:39 +0000 mfoss comment 55297 at https://www.ejabberd.im extauth crashes. performance? https://www.ejabberd.im/node/3858#comment-55283 <p>This thread essentially says to avoid extauth because it degrades ejabberd:<br /> <noindex><a href="http://lists.jabber.ru/pipermail/ejabberd/2009-May/004926.html" title="http://lists.jabber.ru/pipermail/ejabberd/2009-May/004926.html" rel="nofollow" >http://lists.jabber.ru/pipermail/ejabberd/2009-May/004926.html</a></noindex></p> <p>Is that post still true?<br /> We need to implement our own authentication and extauth seems to be the easiest solution. But if extauth degrades ejjabberd performance that much, we cannot use it.</p> <p>Thanks for any help.</p> Thu, 11 Feb 2010 16:04:25 +0000 arneldomingo comment 55283 at https://www.ejabberd.im :-) https://www.ejabberd.im/node/3858#comment-55277 <p>Thank you. :-)</p> Tue, 09 Feb 2010 16:17:52 +0000 gmax21 comment 55277 at https://www.ejabberd.im You can configure the https://www.ejabberd.im/node/3858#comment-55274 <p>You can configure the authentication system:<br /> <noindex><a href="http://www.process-one.net/en/ejabberd/guide_en#auth" title="http://www.process-one.net/en/ejabberd/guide_en#auth" rel="nofollow" >http://www.process-one.net/en/ejabberd/guide_en#auth</a></noindex></p> <p>The quickest way to get ejabberd querying your specific database is to write a custom extauth script. It's described here:<br /> <noindex><a href="http://svn.process-one.net/ejabberd/branches/ejabberd-2.1.x/doc/dev.html#htoc9" title="http://svn.process-one.net/ejabberd/branches/ejabberd-2.1.x/doc/dev.html#htoc9" rel="nofollow" >http://svn.process-one.net/ejabberd/branches/ejabberd-2.1.x/doc/dev.html...</a></noindex></p> <p>You can find several example exauth scripts, in different languages, here:<br /> <a href="http://www.ejabberd.im/extauth" title="http://www.ejabberd.im/extauth">http://www.ejabberd.im/extauth</a></p> Tue, 09 Feb 2010 10:20:50 +0000 mfoss comment 55274 at https://www.ejabberd.im