mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-22 01:02:17 -05:00
Deprecated
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1234 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
d32f197b3d
commit
e582e32ddc
@ -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>
|
<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;
|
&LEGALNOTICE;
|
||||||
<number>0022</number>
|
<number>0022</number>
|
||||||
<status>Active</status>
|
<status>Deprecated</status>
|
||||||
<type>Historical</type>
|
<type>Historical</type>
|
||||||
<sig>Standards</sig>
|
<sig>Standards</sig>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<spec>XMPP Core</spec>
|
<spec>XMPP Core</spec>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<supersedes/>
|
<supersedes/>
|
||||||
<supersededby/>
|
<supersededby>
|
||||||
|
<spec>XEP-0085</spec>
|
||||||
|
<spec>XEP-0184</spec>
|
||||||
|
</supersededby>
|
||||||
<shortname>x-event</shortname>
|
<shortname>x-event</shortname>
|
||||||
<schemaloc>
|
<schemaloc>
|
||||||
<url>http://www.xmpp.org/schemas/x-event.xsd</url>
|
<url>http://www.xmpp.org/schemas/x-event.xsd</url>
|
||||||
@ -71,7 +74,7 @@
|
|||||||
<section1 topic='Introduction'>
|
<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>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>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>
|
||||||
|
|
||||||
<section1 topic='The Events'>
|
<section1 topic='The Events'>
|
||||||
|
Loading…
Reference in New Issue
Block a user