mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-25 02:32:18 -05:00
XEP-0160: Fix disco#info namespace in examples 4 and 5.
This commit is contained in:
parent
34fc30b2a9
commit
13f77c5a91
@ -107,12 +107,12 @@
|
|||||||
<p>If a server supports offline message handling as described herein, it SHOULD return a "msgoffline" feature in response to &xep0030; information requests:</p>
|
<p>If a server supports offline message handling as described herein, it SHOULD return a "msgoffline" feature in response to &xep0030; information requests:</p>
|
||||||
<example caption='Recipient Queries Server About Support'><![CDATA[
|
<example caption='Recipient Queries Server About Support'><![CDATA[
|
||||||
<iq from='juliet@capulet.com/chamber' to='capulet.com'>
|
<iq from='juliet@capulet.com/chamber' to='capulet.com'>
|
||||||
<query xmlns='http://jabber.org/disco#info'/>
|
<query xmlns='http://jabber.org/protocol/disco#info'/>
|
||||||
</iq>
|
</iq>
|
||||||
]]></example>
|
]]></example>
|
||||||
<example caption='Server Returns Information About Support'><![CDATA[
|
<example caption='Server Returns Information About Support'><![CDATA[
|
||||||
<iq from='capulet.com' to='juliet@capulet.com/chamber'>
|
<iq from='capulet.com' to='juliet@capulet.com/chamber'>
|
||||||
<query xmlns='http://jabber.org/disco#info'>
|
<query xmlns='http://jabber.org/protocol/disco#info'>
|
||||||
...
|
...
|
||||||
<feature var='msgoffline'/>
|
<feature var='msgoffline'/>
|
||||||
</query>
|
</query>
|
||||||
|
Loading…
Reference in New Issue
Block a user