<?xml version="1.0"?>
<!-- These are the examples for XSF XEP-0023: Message Expiration-->
<stream xmlns="jabber:client" xmlns:stream="http://etherx.jabber.org/streams" xml:lang="en"><!-- Example 1-->
SEND: <message to='sabine@gnu.mine.nu' id='msg811'>
        <subject>Eccles cakes!</subject>
        <body>
          I've got some freshly made Eccles cakes here, come
          round for one before they all disappear!
        </body>
        <x xmlns='jabber:x:expire' seconds='1800'/>
      </message>
  <!-- Example 2-->
SEND: <message to='sabine@gnu.mine.nu' id='msg811'>
        <subject>Eccles cakes!</subject>
        <body>
          I've got some freshly made Eccles cakes here, come
          round for one before they all disappear!
        </body>
        <x xmlns='jabber:x:expire'
           seconds='1800'
           stored='912830221'/>
      </message>
  </stream>

