Deprecated

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1234 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2007-09-26 19:08:09 +00:00
parent d32f197b3d
commit e582e32ddc
1 changed files with 6 additions and 3 deletions

View File

@ -10,14 +10,17 @@
<abstract>This document defines an XMPP protocol extension used to request and respond to events relating to the delivery, display, and composition of messages.</abstract>
&LEGALNOTICE;
<number>0022</number>
<status>Active</status>
<status>Deprecated</status>
<type>Historical</type>
<sig>Standards</sig>
<dependencies>
<spec>XMPP Core</spec>
</dependencies>
<supersedes/>
<supersededby/>
<supersededby>
<spec>XEP-0085</spec>
<spec>XEP-0184</spec>
</supersededby>
<shortname>x-event</shortname>
<schemaloc>
<url>http://www.xmpp.org/schemas/x-event.xsd</url>
@ -71,7 +74,7 @@
<section1 topic='Introduction'>
<p>The 'jabber:x:event' namespace defines extensions used to request and respond to events relating to the delivery, display, and composition of messages.</p>
<p>By attaching a jabber:x:event extension to a &MESSAGE; element, the sender can track stages in the delivery of that message to its recipient.</p>
<p><em>Note: A more modern protocol extension for this functionality has been been defined in &xep0085;.</em></p>
<p><em>Note: More modern protocol extensions for this functionality have been defined in &xep0085; for the composing and offline events and in &xep0184; for the delivered and displayed events; those specifications supersede this one.</em></p>
</section1>
<section1 topic='The Events'>