Added tests for clearing chat sessions on lost connection

This commit is contained in:
James Booth
2015-01-10 01:17:38 +00:00
parent ab7bd6fe5f
commit f180925c3b
6 changed files with 32 additions and 4 deletions

View File

@@ -10,4 +10,5 @@ void handle_message_error_when_recipient_cancel_disables_chat_session(void **sta
void handle_message_error_when_recipient_and_no_type(void **state);
void handle_presence_error_when_no_recipient(void **state);
void handle_presence_error_when_from_recipient(void **state);
void handle_offline_removes_chat_session(void **state);
void handle_offline_removes_chat_session(void **state);
void lost_connection_clears_chat_sessions(void **state);