mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 10:12:19 -05:00
Merge pull request #106 from sstrigler/xep-0060
XEP-0060: be more consistent with reply
This commit is contained in:
commit
c04fc263bd
12
xep-0060.xml
12
xep-0060.xml
@ -1509,12 +1509,20 @@ And by opposing end them?
|
||||
]]></example>
|
||||
</section3>
|
||||
<section3 topic='Success Case' anchor='subscriber-unsubscribe-success'>
|
||||
<p>If the request can be successfully processed, the service MUST return an IQ result.</p>
|
||||
<p>If the request can be successfully processed, the service MUST return an IQ result and MAY include a &PUBSUB; child element with the updated <subscription/> element for that node. If subscription identifiers are supported by the service, the 'subid' attribute MUST be present as well.</p>
|
||||
<example caption='Service replies with success'><![CDATA[
|
||||
<iq type='result'
|
||||
from='pubsub.shakespeare.lit'
|
||||
to='francisco@denmark.lit/barracks'
|
||||
id='unsub1'/>
|
||||
id='unsub1'>
|
||||
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
||||
<subscription
|
||||
node='princely_musings'
|
||||
jid='francisco@denmark.lit'
|
||||
subscription='none'
|
||||
subid='ba49252aaa4f5d320c24d3766f0bdcade78c78d3'/>
|
||||
</pubsub>
|
||||
</iq>
|
||||
]]></example>
|
||||
</section3>
|
||||
<section3 topic='Error Cases' anchor='subscriber-unsubscribe-error'>
|
||||
|
Loading…
Reference in New Issue
Block a user