ejabberd - Comments for "Can Ejabberd?" https://www.ejabberd.im/node/292 en Badlop, thank you a bunch for your answers. https://www.ejabberd.im/node/292#comment-639 <p>Thank you for all of your answers. This really gives me a good picture of what I can expect from ejabberd. I will probably use ejabberd for some implementations as I am quite impressed with its functionality, but it doesnt yet fit every need I have right now. However I do not know if there are many commercial solutions that fit these needs either so I will just have to see.</p> Mon, 18 Jul 2005 10:07:42 +0000 jcluff comment 639 at https://www.ejabberd.im different auth methods on different vhosts https://www.ejabberd.im/node/292#comment-629 <p>I just want to inform that ejabberd on SVN now allows different authentication methods for different virtual hosts.</p> Thu, 14 Jul 2005 14:57:41 +0000 mfoss comment 629 at https://www.ejabberd.im It can, mostly https://www.ejabberd.im/node/292#comment-585 <p>It took me some time, but here are the answers: <ul> <li>Already implemented in ejabberd: <ul> <li>MUC </li><li>Publish/subscribe </li><li>users can be administrated by admins of mycompany.com as well as their own administrators without their administrators having any access to any other virtual host: <i>admin ACLs for individual virtual domains were recently added to ejabberd and are available on the SVN version.</i> </li><li>MUC that is strictly controlled by their MUC administrators as well as mycompany.com administrators. </li><li>Controlled access to the external transports on an account by account basis: <i>it's possible setting an ACL for every user.</i> </li><li>All secure via ssl or tls or sasl. </li><li>Authentication handled against hostedcompany1.com's own LDAP structure whether that is openldap or AD. </li></ul> </li><li>Possible installing an external component: <ul> <li>Transports to public IMs: <i>installing the transport, PyMSNt, ICQt...</i> </li><li>Transports, logged messages: <i>that depends on the transport, or using Bandersnatch.</i> </li><li>Web client support: <i>using a Java client like Jeti or JBother; or installing JWChat that only requires a web browser.</i> </li><li>logged communication: <i>installing Bandersnatch</i> </li><li>No access to external public IM and only S2S with mycompany.com: <i>this may be possible with some firewall rules.</i> </li><li>Web Client that allows for customers to come and open up a troubleticket for support and initiate live chat with the next available associate that doesnt have any chat windows associated with anonymously logged users: <i>this looks like the typical corporate/enterprise requirement, so I don't know too much about that. But you can talk with JWChat author for example, maybe you can build your custom client using his client and his suggestions.</i> </li></ul> </li><li>Not possible with current ejabberd <ul> <li>S2S communication to any other SSL enabled xmpp server that supports S2S: <i>ejabberd does not support SSL and/or STARTTLS on S2S connections. Of course, that feature will eventually be implemented.</i> </li><li><i>This looks like the biggest problem for you: even if it's possible to use several different authentication methods, they can't be set individually for each virtual domain. One possibility is to not use one single Jabber server with virtual domains, but several independent Jabber servers, installed on the same machine using different ports or on different machines. Of course this may be unacceptable for your purposes...</i> </li></ul> </li><li>I don't understand what does that mean: <ul> <li>MUC moderated any only persistant rooms that are controled by mycompany.com. </li></ul> </li></ul> </p> <p>If you want additional comments about these or other features, please ask again.</p> Wed, 29 Jun 2005 14:49:18 +0000 mfoss comment 585 at https://www.ejabberd.im