git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@392 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2007-01-19 20:56:23 +00:00
parent 9c0a3dcf79
commit a39294768d
1 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@
<p>Information about the delivery delay is communicated by adding to the &lt;message/&gt; or &lt;presence/&gt; stanza one and only one &lt;delay/&gt; child qualified by a namespace to be issued when this specification advances to a status of Draft. This information is added by the server or component that delivers the stanza. The following attributes are defined for the &lt;delay/&gt; element:</p>
<table caption='Defined Attributes'>
<tr>
<th>Element</th>
<th>Attribute</th>
<th>Definition</th>
<th>Inclusion</th>
</tr>
@ -92,7 +92,7 @@
<priority>1</priority>
<delay xmlns='http://www.xmpp.org/extensions/xep-0203.html#ns'
from='juliet@capulet.com/balcony'
stamp='20020910T23:41:07Z'/>
stamp='2002-09-10T23:41:07Z'/>
</presence>
]]></example>
<example caption='Receiving Cached Messages from a Conference Room'><![CDATA[
@ -108,7 +108,7 @@
</body>
<delay xmlns='http://www.xmpp.org/extensions/xep-0203.html#ns'
from='coven@macbeth.shakespeare.lit'
stamp='20020910T23:05:37Z'/>
stamp='2002-09-10T23:05:37Z'/>
</message>
]]></example>
</section1>