Protocol example: instant message notification
NOTIFY /users/bruceb/ HTTP/1.1
From: http://im.microsoft.com/users/stevem/
Man: http://extensions.iana.org/http/rvp/0/8/
Notification-Type: update; subtype = http://extensions/iana.org/http/rvp/0/8/notification-type/notifications/
<?xml version="1.0"?><?xml:namespace ns="DAV:" prefix="D"?>
<?xml:namespace ns="http://www.microsoft.com/protocol_schemas/rvp/” prefix="Z" ?>
<Z:message>
<Z:notification-to>
<D:href> http://im.acmewidgets.com/users/bruceb/ </D:href>
</Z:notification-to>
<Z:msgbody>
<Z:mime-data><![CDATA[Mime-Version: 1.0Content-Type: text/plainContent-Length: xxxxLet's have lunch.]]>
</Z:mime-data>
</Z:msgbody>