mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 21:16:22 +00:00
12 lines
791 B
C
12 lines
791 B
C
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);
|
|
void handle_message_error_when_no_recipient(void **state);
|
|
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); |