1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-08-11 18:54:16 -04:00
profanity/tests/test_server_events.h

11 lines
661 B
C
Raw Normal View History

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);
void handle_message_stanza_error_when_no_from(void **state);
2014-01-28 18:56:45 -05:00
void handle_message_stanza_error_from_cancel(void **stanza);
void handle_message_stanza_error_from_cancel_disables_chat_session(void **stanza);
void handle_message_stanza_error_from_no_type(void **state);