Hello,
I've installed PhpFreeChat on my website which is running punbb.
Everything works fine and I'm automatically using the name of the person who's logged in throught punbb authentification.
I have different pages on my website. And one is the chat page.
If I stay on that page (where I run "new phpFreeChat($params)"), I can chat with different users who are also on the same page. But if I go to another page (forum for example) where I don't run the chat, others will see a message saying that I am disconnected.
Would there be an easy way to link punbb's athentification and idle handling with phpfreechat's ?
Basically, since my main authoring system is punbb, I would like phpfreechat to use the same process.