Вопрос

I am trying to build a chat service within my site which will let users chat with their "friends" on the site. Their "friends" will be decided internally from a mysql database. The chat application should look like gchat where once a contact is clicked on, a tab on the bottom pops up and you are ready to chat.

Are there any good libraries which would allow for such functionality? Preferably ones that run over an ejabberd server although it can be something else. If not, what would be the best way of implementing such an in browser chat app in a zend/php framework?

Thanks

Edit: After some more research I have come across libjingle. Would that be the kind of library that I am looking for? Or can anyone tell me more about libjingle and its uses?

Это было полезно?

Решение

I have used strophe.js for my site. This book was really helpful for me.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top