Added service discovery to /room info command

This commit is contained in:
James Booth
2014-10-02 23:37:10 +01:00
parent 2ce1a9186b
commit 25b04537e1
7 changed files with 109 additions and 4 deletions

View File

@@ -2081,6 +2081,7 @@ cmd_room(gchar **args, struct cmd_help_t help)
}
if (g_strcmp0(args[0], "info") == 0) {
iq_room_info_request(room);
ui_show_room_info(window, room);
return TRUE;
}