1 # Issue 505: mod_muc doesn’t forward part statuses
16 <presence to="room@conference.localhost/Romeo">
17 <x xmlns="http://jabber.org/protocol/muc"/>
21 <presence from='room@conference.localhost/Romeo'>
22 <x xmlns='http://jabber.org/protocol/muc#user'>
24 <item jid="${Romeo's full JID}" affiliation='owner' role='moderator'/>
30 <message type='groupchat' from='room@conference.localhost'><subject/></message>
34 <iq id='config1' to='room@conference.localhost' type='set'>
35 <query xmlns='http://jabber.org/protocol/muc#owner'>
36 <x xmlns='jabber:x:data' type='submit'>
37 <field var='FORM_TYPE'>
38 <value>http://jabber.org/protocol/muc#roomconfig</value>
45 <iq id="config1" from="room@conference.localhost" type="result">
48 # Juliet connects, and joins the room
52 <presence to="room@conference.localhost/Juliet">
53 <x xmlns="http://jabber.org/protocol/muc"/>
57 <presence from="room@conference.localhost/Romeo" />
60 <presence from="room@conference.localhost/Juliet" />
63 <message type='groupchat' from='room@conference.localhost'><subject/></message>
66 <presence from="room@conference.localhost/Juliet" />
69 <presence type='unavailable' to='room@conference.localhost'>
70 <status>Farewell</status>
74 <presence type='unavailable' from='room@conference.localhost/Juliet'>
75 <status>Farewell</status>
76 <x xmlns='http://jabber.org/protocol/muc#user'>
77 <item jid="${Juliet's full JID}" affiliation='none' role='none'/>