Started work on chat session, and chat states

This commit is contained in:
James Booth
2012-10-03 23:47:10 +01:00
parent cf211be221
commit f8de28232e
7 changed files with 175 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ int main(void)
register_contact_list_tests();
register_common_tests();
register_prof_autocomplete_tests();
register_chat_session_tests();
run_suite();
return 0;
}