Added /roster add test

This commit is contained in:
James Booth
2014-03-16 01:46:18 +00:00
parent 93397e4581
commit a578419d55
5 changed files with 60 additions and 0 deletions

View File

@@ -36,4 +36,7 @@ void message_send_expect(char *message, char *recipient);
void mock_presence_join_room(void);
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);
#endif