Test "/account list"

This commit is contained in:
James Booth
2013-12-15 23:07:53 +00:00
parent 683da12c3a
commit 6f060b583e
4 changed files with 32 additions and 2 deletions

View File

@@ -250,7 +250,12 @@ void cons_show_login_success(ProfAccount *account) {}
void cons_show_software_version(const char * const jid,
const char * const presence, const char * const name,
const char * const version, const char * const os) {}
void cons_show_account_list(gchar **accounts) {}
void cons_show_account_list(gchar **accounts)
{
check_expected(accounts);
}
void cons_show_room_list(GSList *room, const char * const conference_node) {}
void cons_show_bookmarks(const GList *list) {}
void cons_show_disco_items(GSList *items, const char * const jid) {}