about summary refs log tree commit diff stats
path: root/tests/functionaltests/test_presence.h
blob: 7df362bfacd4ae75025c767f85c2a8c640a5e1e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
void presence_away(void **state);
void presence_away_with_message(void **state);
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);
void presence_set_priority(void **state);
void presence_includes_priority(void **state);
void presence_received(void **state);
void presence_missing_resource_defaults(void **state);
e_version_error(void **state); void display_software_version_result_when_from_domainpart(void **state); void show_message_in_chat_window_when_no_resource(void **state); void display_software_version_result_in_chat(void **state);