2015-05-28 20:01:34 -04:00
|
|
|
void presence_away(void **state);
|
|
|
|
void presence_away_with_message(void **state);
|
2015-05-28 20:10:45 -04: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-28 20:22:24 -04:00
|
|
|
void presence_set_priority(void **state);
|
|
|
|
void presence_includes_priority(void **state);
|
2017-01-15 18:59:31 -05:00
|
|
|
void presence_keeps_status(void **state);
|
2015-05-30 17:44:41 -04:00
|
|
|
void presence_received(void **state);
|
2015-08-04 18:22:43 -04:00
|
|
|
void presence_missing_resource_defaults(void **state);
|