Let say you want to allow chat only your site users, how can you do that?
- You will need LHC since 2.04 version
- Also this extension https://github.com/LiveHelperChat/livehelperchat-extensions/tree/master/verifyuser
- Now just download this extension and put it in extension folder, so it should look like
- extension/verifyuser/...
- Activate this extension in settings.ini.php file
- 'extensions' => array('verifyuser')
- Now you can just edit verifyuser/bootstrap/bootstrap.php file there will be defined callback which get's all the chat data. https://github.com/LiveHelperChat/livehelperchat-extensions/blob/master/verifyuser/bootstrap/bootstrap.php#L21
- Also instead of of pure DB check you can use curl or whatever you want.