mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 03:16:20 +00:00
Added rooms iq verification
This commit is contained in:
@@ -55,4 +55,10 @@ sends_rooms_iq(void **state)
|
||||
|
||||
cmd_process_input(strdup("/rooms"));
|
||||
prof_process_xmpp();
|
||||
|
||||
assert_true(stbbr_verify_last(
|
||||
"<iq id=\"confreq\" to=\"conference.localhost\" type=\"get\">"
|
||||
"<query xmlns=\"http://jabber.org/protocol/disco#items\"/>"
|
||||
"</iq>"
|
||||
));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user