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>
|
||||
&mwild;
|
||||
&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>
|
||||
<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 <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>
|
||||
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user