mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-31 07:46:22 +00:00
Test for presence update when changing priority
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
|
||||
void mock_connection_status(jabber_conn_status_t status);
|
||||
void mock_connection_account_name(char *name);
|
||||
void mock_connection_presence_message(char *message);
|
||||
void expect_room_list_request(char *conf_server);
|
||||
|
||||
void mock_jabber_connect_with_details(void);
|
||||
@@ -19,4 +20,7 @@ void jabber_connect_with_account_expect_and_return(ProfAccount *account,
|
||||
jabber_conn_status_t result);
|
||||
void jabber_connect_with_account_return(jabber_conn_status_t result);
|
||||
|
||||
void mock_presence_update(void);
|
||||
void presence_update_expect(resource_presence_t presence, char *msg, int idle);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user