summaryrefslogtreecommitdiff
path: root/tests/end_to_end/scenarios/fixed_irc_server_subscription.py
blob: f255b19e64ed344fe91438454554ffb05286ad51 (plain)
1
2
3
4
5
6
7
8
from scenarios import *

conf = 'fixed_server'

scenario = (
    send_stanza("<presence type='subscribe' from='{jid_one}/{resource_one}' to='{biboumi_host}' id='sub1' ><x xmlns='http://jabber.org/protocol/muc'/></presence>"),
    expect_stanza("/presence[@to='{jid_one}'][@from='{biboumi_host}'][@type='subscribed']")
)