[
https://issues.apache.org/jira/browse/VYSPER-53?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Jakl updated VYSPER-53:
-------------------------------
Attachment: VYSPER-53.1.patch
The basic unsubscribe use-case is covered with this patch. Error handling has
moved to VYSPER-67.
> Unsubscribe (XEP-0060 6.2)
> --------------------------
>
> Key: VYSPER-53
> URL: https://issues.apache.org/jira/browse/VYSPER-53
> Project: VYSPER
> Issue Type: Sub-task
> Reporter: Michael Jakl
> Assignee: Michael Jakl
> Attachments: VYSPER-53.1.patch
>
>
> Example 48. Entity unsubscribes from a node
> <iq type='set'
> from='[email protected]/barracks'
> to='pubsub.shakespeare.lit'
> id='unsub1'>
> <pubsub xmlns='http://jabber.org/protocol/pubsub'>
> <unsubscribe
> node='princely_musings'
> jid='[email protected]'/>
> </pubsub>
> </iq>
>
> 6.2.2 Success Case
> If the request can be successfully processed, the service MUST return an IQ
> result.
> Example 49. Service replies with success
> <iq type='result'
> from='pubsub.shakespeare.lit'
> to='[email protected]/barracks'
> id='unsub1'/>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.