From cddc55b51b2614e5ea74903c622233a329f81d98 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 24 May 2015 18:45:17 +0100 Subject: [PATCH] Prime rooms query response --- stabbertests/test_connect.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/stabbertests/test_connect.c b/stabbertests/test_connect.c index 72f38a36..1b69a990 100644 --- a/stabbertests/test_connect.c +++ b/stabbertests/test_connect.c @@ -53,6 +53,15 @@ sends_rooms_iq(void **state) cmd_process_input(strdup("/connect stabber@localhost port 5230")); prof_process_xmpp(); + stbbr_for("confreq", + "" + "" + "" + "" + "" + "" + ); + cmd_process_input(strdup("/rooms")); prof_process_xmpp();