<?xml version="1.0"?>
<!-- These are the examples for XSF XEP-0311: MUC Fast Reconnect-->
<stream xmlns="jabber:client" xmlns:stream="http://etherx.jabber.org/streams" xml:lang="en"><!-- Example 1-->
<presence
    from='romeo@montague.lit/lane'
    to='orchard@chat.capulet.lit/Romeo'>
  <x xmlns='http://jabber.org/protocol/muc'/>
  <presence-session xmlns="urn:xmpp:presence-session:0"/>
</presence>
<!-- Example 2-->
<presence
    from='orchard@chat.capulet.lit/Juliet'
    to='romeo@montague.lit/lane'>
  <x xmlns='http://jabber.org/protocol/muc#user'>
    <item affiliation='owner' role='moderator'/>
  </x>
  <presence-session xmlns="urn:xmpp:presence-session:0" session="u8e8t2thu" id="893oehh"/>
</presence>
<!-- Example 3-->
<presence
    from='romeo@montague.lit/lane'
    to='orchard@chat.capulet.lit/Romeo'>
  <x xmlns='http://jabber.org/protocol/muc'/>
  <presence-session xmlns="urn:xmpp:presence-session:0" session="u8e8t2thu" id="893oehh" type="resume"/>
</presence>
<!-- Example 4-->
<presence
    to='romeo@montague.lit/lane'
    from='orchard@chat.capulet.lit'
    type='unavailable'/>
<!-- Example 5-->
<message
    to='romeo@montague.lit/lane'
    from='orchard@chat.capulet.lit/Juliet'
    type='groupchat'>
  <body>Ay me!</body>
  <presence-session xmlns="urn:xmpp:presence-session:0" session="u8e8t2thu" id="893ou22"/>
</message>
<!-- Example 6-->
<message
    to='romeo@montague.lit/lane'
    from='orchard@chat.capulet.lit'
    type='groupchat'>
  <presence-session xmlns="urn:xmpp:presence-session:0" type="truncated"/>
</message>
</stream>

