mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
XEP-0230: Add forgotten namespace in example 3, and fix related text.
This commit is contained in:
parent
bd7cc7037c
commit
b6765232a3
@ -66,7 +66,7 @@
|
||||
]]></example>
|
||||
<p>If the responding entity does not recognize inclusion of the <subscribe/> element as a child of the <query/> element, it MUST return the service discovery items but MUST NOT send subsequent notifications to the requesting entity.</p>
|
||||
<p>If the requesting entity did not share presence with the responding entity, the responding entity MUST return the service discovery items but SHOULD NOT send subsequent notifications to the requesting entity.</p>
|
||||
<p>If the responding entity recognizes inclusion of the <subscribe/> element as a child of the <query/> element and the requesting entity is allowed to receive notifications, the responding entity MUST return the service discovery items (including a <subscriptions/> element) and SHOULD send subsequent notifications to the requesting entity.</p>
|
||||
<p>If the responding entity recognizes inclusion of the <subscribe/> element as a child of the <query/> element and the requesting entity is allowed to receive notifications, the responding entity MUST return the service discovery items (including a <subscription/> element) and SHOULD send subsequent notifications to the requesting entity.</p>
|
||||
<example caption='Result-set for all items'><![CDATA[
|
||||
<iq type='result'
|
||||
from='chat.shakespeare.lit'
|
||||
@ -84,6 +84,7 @@
|
||||
<item jid='henry-the-fourth-two@chat.shakespeare.lit'/>
|
||||
<item jid='henry-the-fifth@chat.shakespeare.lit'/>
|
||||
<subscription
|
||||
xmlns='http://jabber.org/protocol/pubsub'
|
||||
jid='bill@shakespeare.lit'
|
||||
subid='some-long-sub-id'
|
||||
subscription='subscribed'/>
|
||||
|
Loading…
Reference in New Issue
Block a user