[
https://issues.apache.org/jira/browse/VYSPER-55?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Jakl resolved VYSPER-55.
--------------------------------
Resolution: Fixed
Very basic createNode functionality implemented.
> 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='[email protected]/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='[email protected]/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.