display_chat_list(); } else if ($_POST['action'] == 'set_selected_chat') { $chatterbox->selected_chat = intval($_POST['chat_id']); } else if ($_POST['action'] == 'refresh_messages') { $chatterbox->display_chat_history(); } else if ($_POST['action'] == 'check_for_changes') { $chatterbox->check_for_changes(); } else if ($_POST['action'] == 'send_message') { // TODO Figure out how to send iMessages via command line } $_SESSION['chatterbox'] = $chatterbox; } ?>