mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-01 21:46:22 +00:00
Added /roster remove tests
This commit is contained in:
@@ -39,4 +39,7 @@ void presence_join_room_expect(char *room, char *nick, char *passwd);
|
||||
void mock_roster_send_add_new(void);
|
||||
void roster_send_add_new_expect(char *jid, char *nick);
|
||||
|
||||
void mock_roster_send_remove(void);
|
||||
void roster_send_remove_expect(char *jid);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user