Test /otr start sends OTR query message to current recipient

This commit is contained in:
James Booth
2014-02-23 21:20:41 +00:00
parent da058359ac
commit c00376087f
7 changed files with 56 additions and 0 deletions

View File

@@ -31,4 +31,6 @@ void mock_bookmark_remove(void);
void expect_and_return_bookmark_remove(char *expected_jid, gboolean expected_autojoin,
gboolean removed);
void message_send_expect(char *message, char *recipient);
#endif