from scenarios import *
conf = 'fixed_server'
scenario = (
send_stanza(""),
sequences.connection("irc.localhost", '{jid_one}/{resource_one}', fixed_irc_server=True),
expect_stanza("/presence"),
expect_stanza("/message"),
send_stanza("WHOIS {nick_one}"),
expect_stanza("/message[@from='{biboumi_host}'][@type='chat']/body[text()='irc.localhost: {nick_one} ~{nick_one} localhost * {nick_one}']"),
)