about summary refs log tree commit diff stats
path: root/tests/test_server_events.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-01-06 23:19:56 +0000
committerJames Booth <boothj5@gmail.com>2015-01-06 23:19:56 +0000
commit95ad5643725d1cc857454d47460091ca18cbb807 (patch)
tree424b86f34e596324feaeef3248fd873ae26ac8a8 /tests/test_server_events.h
parent36790dc26bbd4d00702a75469980e7c9fbf1282d (diff)
downloadprofani-tty-95ad5643725d1cc857454d47460091ca18cbb807.tar.gz
Added offline handler for chat sessions
Diffstat (limited to 'tests/test_server_events.h')
-rw-r--r--tests/test_server_events.h3
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