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:22:12 UTC

[jira] Updated: (VYSPER-55) Create a Node (XEP-0060 8.1)

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

Bernd Fondermann updated VYSPER-55:
-----------------------------------

    Component/s: XEP0060 PubSub

> Create a Node (XEP-0060 8.1)
> ----------------------------
>
>                 Key: VYSPER-55
>                 URL: https://issues.apache.org/jira/browse/VYSPER-55
>             Project: VYSPER
>          Issue Type: Sub-task
>          Components: XEP0060 PubSub
>            Reporter: Michael Jakl
>            Assignee: Michael Jakl
>
> Node may be created by a service administrator or via the XMPP protocol itself. Since this is a recommendet feature it will be included, but with an extended timeframe.
> Request:
> <iq type='set'
>     from='hamlet@denmark.lit/elsinore'
>     to='pubsub.shakespeare.lit'
>     id='create1'>
>   <pubsub xmlns='http://jabber.org/protocol/pubsub'>
>     <create node='princely_musings'/>
>   </pubsub>
> </iq>
> Answer (success):
> Example 122. Service replies with success and generated NodeID
> <iq type='result'
>     from='pubsub.shakespeare.lit'
>     to='hamlet@denmark.lit/elsinore'
>     id='create2'>
>     <pubsub xmlns='http://jabber.org/protocol/pubsub'>
>       <create node='25e3d37dabbab9541f7523321421edc5bfeb2dae'/>
>     </pubsub>
> </iq>

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