21 <presence from="${Romeo's full JID}" />
24 <iq type="get" id="roster1">
25 <query xmlns='jabber:iq:roster'/>
29 <iq type="result" id="roster1">
30 <query ver='{scansion:any}' xmlns="jabber:iq:roster"/>
36 <iq type="set" id="roster2">
37 <query xmlns="jabber:iq:roster">
38 <item jid='nurse@localhost'/>
42 # Receive the roster add result
45 <iq type="result" id="roster2"/>
47 # Receive the roster push
50 <iq type="set" id="{scansion:any}">
51 <query xmlns='jabber:iq:roster' ver='{scansion:any}'>
52 <item jid='nurse@localhost' subscription='none'/>
57 <iq type="result" id="fixme"/>
59 # Fetch the roster, it should include nurse now
62 <iq type="get" id="roster3">
63 <query xmlns='jabber:iq:roster'/>
67 <iq type="result" id="roster3">
68 <query xmlns='jabber:iq:roster' ver="{scansion:any}">
69 <item subscription='none' jid='nurse@localhost'/>