-1

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?

Kumar V
  • 8,810
  • 9
  • 39
  • 58

1 Answers1

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