如何将实时聊天添加到网页作为支持服务[关闭]

I have been trying to research this with no joy and I have no idea where to start but can somebody give me some idea as to how to add a live chat to my page for customer support?

I'm guessing its PHP but can't find anything so can't work it out.

Thanks

I ask my first ever question on here and I get banned!!! If I made a mistake why not just tell me instead of people voting me down and banning me from asking questions?! is there no scope for anybody to learn how things work on this site?! Simple Terrible way to treat people

You could start looking at the jabber compatible open fire chat server at http://www.igniterealtime.org/projects/openfire/

It has a bosh plugin to enable it to chat over the web.

The client examples can be found at https://code.google.com/p/xmpphp/ (Assuming you are using PHP)