1 # MUC creation, basic messages and destruction
4 jid: romeo@localhost/mK0dD6Ha
8 jid: juliet@localhost/lVwkim_k
16 <presence to="garden@conference.localhost/romeo">
17 <x xmlns="http://jabber.org/protocol/muc"/>
21 <presence from="garden@conference.localhost/romeo">
22 <x xmlns="vcard-temp:x:update"/>
23 <x xmlns="http://jabber.org/protocol/muc#user">
25 <item affiliation="owner" jid="${Romeo's full JID}" role="moderator"/>
31 <message from="garden@conference.localhost" type="groupchat">
36 <iq to="garden@conference.localhost" id="lx3" type="set">
37 <query xmlns="http://jabber.org/protocol/muc#owner">
38 <x type="submit" xmlns="jabber:x:data"/>
43 <iq id="lx3" type="result" from="garden@conference.localhost"/>
48 <message to="garden@conference.localhost" type="groupchat" id="rm1">
49 <body>Where are thou my Juliet?</body>
53 <message type="groupchat" from="garden@conference.localhost/romeo" id="rm1">
54 <body>Where are thou my Juliet?</body>
58 <presence to="garden@conference.localhost/juliet">
59 <x xmlns="http://jabber.org/protocol/muc"/>
63 <presence from="garden@conference.localhost/romeo">
64 <x xmlns="vcard-temp:x:update"/>
65 <x xmlns="http://jabber.org/protocol/muc#user">
66 <item affiliation="owner" role="moderator"/>
71 <presence from="garden@conference.localhost/juliet">
72 <x xmlns="vcard-temp:x:update"/>
73 <x xmlns="http://jabber.org/protocol/muc#user">
74 <item affiliation="none" jid="${Juliet's full JID}" role="participant"/>
80 <message from="garden@conference.localhost/romeo" id="rm1" type="groupchat">
81 <body>Where are thou my Juliet?</body>
82 <delay stamp="{scansion:any}" xmlns="urn:xmpp:delay" from="garden@conference.localhost"/>
83 <x stamp="{scansion:any}" xmlns="jabber:x:delay" from="garden@conference.localhost"/>
87 <message from="garden@conference.localhost" type="groupchat">
92 <presence from="garden@conference.localhost/juliet">
93 <x xmlns="vcard-temp:x:update"/>
94 <x xmlns="http://jabber.org/protocol/muc#user">
95 <item affiliation="none" jid="${Juliet's full JID}" role="participant"/>
100 <message to="garden@conference.localhost" type="groupchat" id="jm1">
101 <body>/me jumps out from behind a tree</body>
105 <message type="groupchat" id="jm1" from="garden@conference.localhost/juliet">
106 <body>/me jumps out from behind a tree</body>
110 <message type="groupchat" id="jm1" from="garden@conference.localhost/juliet">
111 <body>/me jumps out from behind a tree</body>
115 <message to="garden@conference.localhost" type="groupchat" id="jm2">
116 <body>Here I am!</body>
120 <message type="groupchat" id="jm2" from="garden@conference.localhost/juliet">
121 <body>Here I am!</body>
125 <message type="groupchat" id="jm2" from="garden@conference.localhost/juliet">
126 <body>Here I am!</body>
130 <message to="garden@conference.localhost" type="groupchat" id="rm2">
131 <body>What is this place?</body>
135 <message type="groupchat" id="rm2" from="garden@conference.localhost/romeo">
136 <body>What is this place?</body>
140 <message type="groupchat" id="rm2" from="garden@conference.localhost/romeo">
141 <body>What is this place?</body>
145 <message to="garden@conference.localhost" type="groupchat" id="jm3">
146 <body>I think we're in a script!</body>
150 <message type="groupchat" id="jm3" from="garden@conference.localhost/juliet">
151 <body>I think we're in a script!</body>
155 <message type="groupchat" id="jm3" from="garden@conference.localhost/juliet">
156 <body>I think we're in a script!</body>
160 <message to="garden@conference.localhost" type="groupchat" id="rm3">
161 <body>Oh no! Does that mean our love is not real?!</body>
165 <message type="groupchat" id="rm3" from="garden@conference.localhost/romeo">
166 <body>Oh no! Does that mean our love is not real?!</body>
170 <message type="groupchat" id="rm3" from="garden@conference.localhost/romeo">
171 <body>Oh no! Does that mean our love is not real?!</body>
175 <message to="garden@conference.localhost" type="groupchat" id="jm4">
176 <body>I refuse to accept this! Let's burn this place to the ground!</body>
180 <message type="groupchat" id="jm4" from="garden@conference.localhost/juliet">
181 <body>I refuse to accept this! Let's burn this place to the ground!</body>
185 <message type="groupchat" id="jm4" from="garden@conference.localhost/juliet">
186 <body>I refuse to accept this! Let's burn this place to the ground!</body>
190 <message to="garden@conference.localhost" type="groupchat" id="rm4">
195 <message type="groupchat" id="rm4" from="garden@conference.localhost/romeo">
200 <message type="groupchat" id="rm4" from="garden@conference.localhost/romeo">
205 <iq to="garden@conference.localhost" id="lx4" type="set">
206 <query xmlns="http://jabber.org/protocol/muc#owner">
208 <reason>We refuse to live in this fantasy!</reason>
214 <presence from="garden@conference.localhost/juliet" type="unavailable">
215 <x xmlns="http://jabber.org/protocol/muc#user">
217 <reason>We refuse to live in this fantasy!</reason>
219 <item affiliation="none" jid="${Juliet's full JID}" role="none"/>
225 <presence from="garden@conference.localhost/romeo" type="unavailable">
226 <x xmlns="http://jabber.org/protocol/muc#user">
228 <reason>We refuse to live in this fantasy!</reason>
230 <item affiliation="owner" jid="${Romeo's full JID}" role="none"/>
236 <iq id="lx4" type="result" from="garden@conference.localhost"/>
242 # recording ended on 2019-08-31T13:45:32Z