<?xml version="1.0"?>
<!-- These are the examples for XSF XEP-0089: Generic Alerts-->
<stream xmlns="jabber:client" xmlns:stream="http://etherx.jabber.org/streams" xml:lang="en"><!-- Example 1-->
<message to='user@domain.com' from='domain.com' type='headline' id='alert1'>
  <subject>Auction Alert</subject>
  <body>You have been outbid!</body>
  <alert xmlns='http://jabber.org/protocol/alert'>
    <logo>http://www.auction.com/alert.png</logo>
    <url>http://www.auction.com/item?1292192</url>
  </alert>
</message></stream>

