2014-01-20 13:40:48 -05:00
|
|
|
void console_doesnt_show_online_presence_when_set_none(void **state);
|
|
|
|
void console_shows_online_presence_when_set_online(void **state);
|
|
|
|
void console_shows_online_presence_when_set_all(void **state);
|
|
|
|
void console_doesnt_show_dnd_presence_when_set_none(void **state);
|
|
|
|
void console_doesnt_show_dnd_presence_when_set_online(void **state);
|
|
|
|
void console_shows_dnd_presence_when_set_all(void **state);
|
2014-01-30 18:15:39 -05:00
|
|
|
void handle_message_error_when_no_recipient(void **state);
|
2014-04-20 19:37:04 -04:00
|
|
|
void handle_message_error_when_recipient_cancel(void **state);
|
|
|
|
void handle_message_error_when_recipient_cancel_disables_chat_session(void **state);
|
2014-01-30 18:15:39 -05:00
|
|
|
void handle_message_error_when_recipient_and_no_type(void **state);
|
|
|
|
void handle_presence_error_when_no_recipient(void **state);
|
2015-01-06 18:19:56 -05:00
|
|
|
void handle_presence_error_when_from_recipient(void **state);
|
2015-01-09 20:17:38 -05:00
|
|
|
void handle_offline_removes_chat_session(void **state);
|
|
|
|
void lost_connection_clears_chat_sessions(void **state);
|