Question

I am finding a solution to implement a customized workgroup chat application similar to live chat. I came across two different protocols to support this XMPP & COMETD.

After some more research I found that XMPP is the best choice. When it comes to chat server part I am confused between selecting openfire or ejabberd. I found openfire fastpath plugin to support my workgroup queue chat requirement. But similar type of plugin I could not find in ejabberd. Are there any existing plugin in ejabberd for this?

As I am new to this area can someone suggest me to select the right technologies suitable for me. Below are my requirements.

  1. Fully customized chat client for users. Before each person initiates the chat need to take few input parameters. (Found this in sample fastpath webchat plugin supporting my requirements)

  2. Most of the users will be using this in Ipad. So in mobile network and mobile devices it should work well.

  3. Need to store all the conversations in database to get the statistics later.

  4. Chat server should support ldap authentication.

  5. Work group support with Queue. Each agent I should be able to assign a work groups.

    Thanks in Advance

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top