about summary refs log tree commit diff stats
path: root/tests/functionaltests/test_presence.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functionaltests/test_presence.h')
-rw-r--r--tests/functionaltests/test_presence.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/functionaltests/test_presence.h b/tests/functionaltests/test_presence.h
new file mode 100644
index 00000000..0603732a
--- /dev/null
+++ b/tests/functionaltests/test_presence.h
@@ -0,0 +1,13 @@
+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);