Added cmd_rooms tests
This commit is contained in:
@@ -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) {}
|
||||
|
||||
Reference in New Issue
Block a user