mirror of
https://github.com/moparisthebest/xeps
synced 2025-02-17 07:40:08 -05:00
XEP-0186: Fix from/to in example 8
This is a pure editorial change.
This commit is contained in:
parent
301b3ca24f
commit
98e031cb72
@ -221,9 +221,9 @@
|
|||||||
]]></example>
|
]]></example>
|
||||||
<p>If the server supports the invisible command, it MUST return a feature of "urn:xmpp:invisible:1" &VNOTE;.</p>
|
<p>If the server supports the invisible command, it MUST return a feature of "urn:xmpp:invisible:1" &VNOTE;.</p>
|
||||||
<example caption='Service discovery response'><![CDATA[
|
<example caption='Service discovery response'><![CDATA[
|
||||||
<iq from='bilbo@tolkien.example/shire'
|
<iq from='tolkien.example'
|
||||||
id='d1sc0v3ry'
|
id='d1sc0v3ry'
|
||||||
to='tolkien.example'
|
to='bilbo@tolkien.example/shire'
|
||||||
type='result'>
|
type='result'>
|
||||||
<query xmlns='http://jabber.org/protocol/disco#info'>
|
<query xmlns='http://jabber.org/protocol/disco#info'>
|
||||||
<feature var='urn:xmpp:invisible:1'/>
|
<feature var='urn:xmpp:invisible:1'/>
|
||||||
@ -294,7 +294,7 @@
|
|||||||
</section1>
|
</section1>
|
||||||
|
|
||||||
<section1 topic='Acknowledgements' anchor='ack'>
|
<section1 topic='Acknowledgements' anchor='ack'>
|
||||||
<p>Thanks to Philipp Hancke, Kevin Smith, and Matthew Wild for their feedback.</p>
|
<p>Thanks to Philipp Hancke, Kevin Smith, Matthew Wild and Ruslan N. Marchenko for their feedback.</p>
|
||||||
</section1>
|
</section1>
|
||||||
|
|
||||||
</xep>
|
</xep>
|
||||||
|
Loading…
Reference in New Issue
Block a user