mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
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:
parent
2709a21098
commit
cd75571f5d
15
xep-0313.xml
15
xep-0313.xml
@ -27,6 +27,15 @@
|
|||||||
</schemaloc>
|
</schemaloc>
|
||||||
&mwild;
|
&mwild;
|
||||||
&ksmith;
|
&ksmith;
|
||||||
|
<revision>
|
||||||
|
<version>0.4.1</version>
|
||||||
|
<date>2015-09-29</date>
|
||||||
|
<initials>XEP Editor (mam)</initials>
|
||||||
|
<remark>
|
||||||
|
<p>Fix Example #9 from </message/> to </iq> (Florian Schmaus)</p>
|
||||||
|
<p>Add missing jabber:client namespace in Example #2 (Christian Schudt)</p>
|
||||||
|
</remark>
|
||||||
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
<version>0.4</version>
|
<version>0.4</version>
|
||||||
<date>2015-09-21</date>
|
<date>2015-09-21</date>
|
||||||
@ -167,7 +176,7 @@
|
|||||||
<result xmlns='urn:xmpp:mam:1' queryid='f27' id='28482-98726-73623'>
|
<result xmlns='urn:xmpp:mam:1' queryid='f27' id='28482-98726-73623'>
|
||||||
<forwarded xmlns='urn:xmpp:forward:0'>
|
<forwarded xmlns='urn:xmpp:forward:0'>
|
||||||
<delay xmlns='urn:xmpp:delay' stamp='2010-07-10T23:08:25Z'/>
|
<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>
|
<body>Hail to thee</body>
|
||||||
</message>
|
</message>
|
||||||
</forwarded>
|
</forwarded>
|
||||||
@ -303,7 +312,7 @@
|
|||||||
<count>20</count>
|
<count>20</count>
|
||||||
</set>
|
</set>
|
||||||
</fin>
|
</fin>
|
||||||
</message>
|
</iq>
|
||||||
]]></example>
|
]]></example>
|
||||||
<p>The <first> and <last> elements specify the UID of the first and last returned
|
<p>The <first> and <last> 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>
|
results (not necessarily of all the messages that matched the query, if the results have been limited).</p>
|
||||||
@ -691,7 +700,7 @@
|
|||||||
</section1>
|
</section1>
|
||||||
|
|
||||||
<section1 topic='Acknowledgements' anchor='acks'>
|
<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>
|
for their input and feedback on this specification.</p>
|
||||||
</section1>
|
</section1>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user