I did a simple step to add time , in the chat-room.php file ..
'<div class="chat-message-' . $new_message_id . '"><span class=time>(' . date("g:ia") . ')</span> <strong style="color: ' . $user_text_color . ';">' . $user->nickname . '</strong>: ' . $content . '</div>',
thank you for the great plugin