mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -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>
|
||||
<example caption='Recipient Queries Server About Support'><![CDATA[
|
||||
<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>
|
||||
]]></example>
|
||||
<example caption='Server Returns Information About Support'><![CDATA[
|
||||
<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'/>
|
||||
</query>
|
||||
|
Loading…
Reference in New Issue
Block a user