i'm developing a website in codeigniter. In my site, i need to integrate live-chat like google chat option for my site user. Can you suggest me any chat code?
Asked
Active
Viewed 2,991 times
1 Answers
1
Google Chat uses the XMPP protocol, you might wanna take a look at the docs. While not a CI solution, XMPPHP is a great class to get you up and running with XMPP. It wouldn't be to hard to port it to a CI library.

joelcox
- 562
- 9
- 19