mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-23 17:52:15 -05:00
missing IDs
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1926 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
ef894946ff
commit
26ca244d28
@ -125,6 +125,7 @@
|
|||||||
<p>If an entity supports message receipts, it MUST report that by including a service discovery feature of "urn:xmpp:receipts" in response to disco#info requests:</p>
|
<p>If an entity supports message receipts, it MUST report that by including a service discovery feature of "urn:xmpp:receipts" in response to disco#info requests:</p>
|
||||||
<example caption="Initial Service Discovery information request"><![CDATA[
|
<example caption="Initial Service Discovery information request"><![CDATA[
|
||||||
<iq from='northumberland@shakespeare.lit/westminster'
|
<iq from='northumberland@shakespeare.lit/westminster'
|
||||||
|
id='disco1'
|
||||||
to='kingrichard@royalty.england.lit/throne'
|
to='kingrichard@royalty.england.lit/throne'
|
||||||
type='get'>
|
type='get'>
|
||||||
<query xmlns='http://jabber.org/protocol/disco#info'/>
|
<query xmlns='http://jabber.org/protocol/disco#info'/>
|
||||||
@ -132,6 +133,7 @@
|
|||||||
]]></example>
|
]]></example>
|
||||||
<example caption="Service Discovery information response"><![CDATA[
|
<example caption="Service Discovery information response"><![CDATA[
|
||||||
<iq from='kingrichard@royalty.england.lit/throne'
|
<iq from='kingrichard@royalty.england.lit/throne'
|
||||||
|
id='disco1'
|
||||||
to='northumberland@shakespeare.lit/westminster'
|
to='northumberland@shakespeare.lit/westminster'
|
||||||
type='result'>
|
type='result'>
|
||||||
<query xmlns='http://jabber.org/protocol/disco#info'>
|
<query xmlns='http://jabber.org/protocol/disco#info'>
|
||||||
|
Loading…
Reference in New Issue
Block a user