mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 03:36:21 +00:00
Refactored all window recipients and types
Tests need fixing
This commit is contained in:
@@ -30,7 +30,7 @@ void expect_and_return_bookmark_add(char *expected_jid, char *expected_nick,
|
||||
void mock_bookmark_remove(void);
|
||||
void expect_and_return_bookmark_remove(char *expected_jid, gboolean removed);
|
||||
|
||||
void message_send_expect(char *message, char *recipient);
|
||||
void message_send_chat_expect(char *message, char *recipient);
|
||||
|
||||
void mock_presence_join_room(void);
|
||||
void presence_join_room_expect(char *room, char *nick, char *passwd);
|
||||
|
||||
Reference in New Issue
Block a user