1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-30 21:55:24 +00:00
profanity/tests/functionaltests/test_presence.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
627 B
C
Raw Normal View History

void presence_away(void **state);
void presence_away_with_message(void **state);
2015-05-29 00:10:45 +00:00
void presence_online(void **state);
void presence_online_with_message(void **state);
void presence_xa(void **state);
void presence_xa_with_message(void **state);
void presence_dnd(void **state);
void presence_dnd_with_message(void **state);
void presence_chat(void **state);
void presence_chat_with_message(void **state);
2015-05-29 00:22:24 +00:00
void presence_set_priority(void **state);
void presence_includes_priority(void **state);
void presence_keeps_status(void **state);
2015-05-30 21:44:41 +00:00
void presence_received(void **state);
void presence_missing_resource_defaults(void **state);