Ajax chat is a very good chat engine im planning to set it up myself but i recommend u make a few changes in config.php located in lib folder
ajax chat saves all chat in the database by default and by the default he never prune it either so after awile and a few users your database will grow for noting^^
line 181 to 184 u will find
Code:
// Defines if old messages are purged from the database:
$config['logsPurgeLogs'] = false;
// Max time difference in days for old messages before they are purged from the database:
$config['logsPurgeTimeDiff'] = 365;
change false to true and 365 to something more within reason like 7 days or 14