You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Bernd Fondermann (JIRA)" <ji...@apache.org> on 2009/06/10 11:38:09 UTC

[jira] Updated: (VYSPER-53) Unsubscribe (XEP-0060 6.2)

     [ https://issues.apache.org/jira/browse/VYSPER-53?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bernd Fondermann updated VYSPER-53:
-----------------------------------

    Component/s: XEP0060 PubSub

> Unsubscribe (XEP-0060 6.2)
> --------------------------
>
>                 Key: VYSPER-53
>                 URL: https://issues.apache.org/jira/browse/VYSPER-53
>             Project: VYSPER
>          Issue Type: Sub-task
>          Components: XEP0060 PubSub
>            Reporter: Michael Jakl
>            Assignee: Michael Jakl
>         Attachments: VYSPER-53.1.1.patch, VYSPER-53.1.patch
>
>
> Example 48. Entity unsubscribes from a node
> <iq type='set'
>     from='francisco@denmark.lit/barracks'
>     to='pubsub.shakespeare.lit'
>     id='unsub1'>
>   <pubsub xmlns='http://jabber.org/protocol/pubsub'>
>      <unsubscribe
>          node='princely_musings'
>          jid='francisco@denmark.lit'/>
>   </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='francisco@denmark.lit/barracks'
>     id='unsub1'/>
>       

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.