from scenarios import * import scenarios.simple_channel_join scenario = ( scenarios.simple_channel_join.scenario, send_stanza("NOTICE {nick_one} :[#foo] Hello in a notice."), expect_stanza("/message[@from='#foo%{irc_server_one}/{nick_one}'][@type='groupchat']/body[text()='[notice] [#foo] Hello in a notice.']"), )