be more consistent with reply

This commit is contained in:
Stefan Strigler 2015-10-02 10:36:49 +02:00
parent 28d2de2188
commit 4c05f59dc5
1 changed files with 9 additions and 2 deletions

View File

@ -1499,12 +1499,19 @@ 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 SHOULD include a &PUBSUB; child element with the updated &lt;subscription/&gt; element for that node.</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'/>
</pubsub>
</iq>
]]></example>
</section3>
<section3 topic='Error Cases' anchor='subscriber-unsubscribe-error'>