Added cmd_rooms tests

This commit is contained in:
James Booth
2014-12-24 23:38:23 +00:00
parent 419f37feea
commit 7db1bcee05
4 changed files with 19 additions and 17 deletions

View File

@@ -120,7 +120,12 @@ gboolean presence_sub_request_exists(const char * const bare_jid)
// iq functions
void iq_send_software_version(const char * const fulljid) {}
void iq_room_list_request(gchar *conferencejid) {}
void iq_room_list_request(gchar *conferencejid)
{
check_expected(conferencejid);
}
void iq_disco_info_request(gchar *jid) {}
void iq_disco_items_request(gchar *jid) {}
void iq_set_autoping(int seconds) {}