XEP-0313: Fix example 9: s;</message>;</iq> (PR #90)

XEP-0313: Add missing jabber:client namespace in example 2. (PR #93)
This commit is contained in:
Florian Schmaus 2015-09-21 19:43:38 +02:00 committed by Matthew A. Miller
parent 2709a21098
commit cd75571f5d
1 changed files with 12 additions and 3 deletions

View File

@ -27,6 +27,15 @@
</schemaloc>
&mwild;
&ksmith;
<revision>
<version>0.4.1</version>
<date>2015-09-29</date>
<initials>XEP Editor (mam)</initials>
<remark>
<p>Fix Example #9 from &lt;/message/&gt; to &lt;/iq&gt; (Florian Schmaus)</p>
<p>Add missing jabber:client namespace in Example #2 (Christian Schudt)</p>
</remark>
</revision>
<revision>
<version>0.4</version>
<date>2015-09-21</date>
@ -167,7 +176,7 @@
<result xmlns='urn:xmpp:mam:1' queryid='f27' id='28482-98726-73623'>
<forwarded xmlns='urn:xmpp:forward:0'>
<delay xmlns='urn:xmpp:delay' stamp='2010-07-10T23:08:25Z'/>
<message from="witch@shakespeare.lit" to="macbeth@shakespeare.lit">
<message xmlns='jabber:client' from="witch@shakespeare.lit" to="macbeth@shakespeare.lit">
<body>Hail to thee</body>
</message>
</forwarded>
@ -303,7 +312,7 @@
<count>20</count>
</set>
</fin>
</message>
</iq>
]]></example>
<p>The &lt;first&gt; and &lt;last&gt; elements specify the UID of the first and last returned
results (not necessarily of all the messages that matched the query, if the results have been limited).</p>
@ -691,7 +700,7 @@
</section1>
<section1 topic='Acknowledgements' anchor='acks'>
<p>Many thanks to Dave Cridland, Kim Alvefur, Yann Leboulanger and Lance Stout
<p>Many thanks to Dave Cridland, Kim Alvefur, Yann Leboulanger, Evgeny Khramtsov, Florian Schmaus and Lance Stout
for their input and feedback on this specification.</p>
</section1>