mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Added rooms iq verification
This commit is contained in:
parent
80665ea051
commit
766b4e0e5f
@ -55,4 +55,10 @@ sends_rooms_iq(void **state)
|
|||||||
|
|
||||||
cmd_process_input(strdup("/rooms"));
|
cmd_process_input(strdup("/rooms"));
|
||||||
prof_process_xmpp();
|
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>"
|
||||||
|
));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user