<?xml version="1.0"?>
<!-- These are the examples for XSF XEP-0086: Error Condition Mappings-->
<stream xmlns="jabber:client" xmlns:stream="http://etherx.jabber.org/streams" xml:lang="en"><!-- Example 1-->
<message 
    to='juliet@capulet.com/balcony'
    from='romeo@montague.net/garden'
    type='error'>
  <body>Wherefore art thou, Romeo?</body>
  <error code='404' type='cancel'>
    <item-not-found xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
  </error>
</message>
</stream>

