diff options
Diffstat (limited to 'tests/test_server_events.h')
-rw-r--r-- | tests/test_server_events.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_server_events.h b/tests/test_server_events.h index 68e78557..15a8f597 100644 --- a/tests/test_server_events.h +++ b/tests/test_server_events.h @@ -9,4 +9,5 @@ void handle_message_error_when_recipient_cancel(void **state); void handle_message_error_when_recipient_cancel_disables_chat_session(void **state); 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); \ No newline at end of file +void handle_presence_error_when_from_recipient(void **state); +void handle_offline_removes_chat_session(void **state); \ No newline at end of file |