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:24:07 UTC

[jira] Updated: (VYSPER-51) Discovery for Leaf Nodes (XEP-0060 5.3)

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

Bernd Fondermann updated VYSPER-51:
-----------------------------------

    Component/s: XEP0060 PubSub

> Discovery for Leaf Nodes (XEP-0060 5.3)
> ---------------------------------------
>
>                 Key: VYSPER-51
>                 URL: https://issues.apache.org/jira/browse/VYSPER-51
>             Project: VYSPER
>          Issue Type: Sub-task
>          Components: XEP0060 PubSub
>            Reporter: Michael Jakl
>            Assignee: Michael Jakl
>         Attachments: VYSPER-51.1.patch
>
>
> Quote XEP-0060 4.6: for discovery purposes, a pubsub node is equivalent to a Service Discovery node
> Discovery lies within the http://jabber.org/protocol/disco#info namespace.
> Example 15. Entity queries leaf node for information
> <iq type='get'
>     from='francisco@denmark.lit/barracks'
>     to='pubsub.shakespeare.lit'
>     id='info1'>
>   <query xmlns='http://jabber.org/protocol/disco#info'
>          node='princely_musings'/>
> </iq>
>     
> Example 16. Service responds with identity of pubsub/leaf
> <iq type='result'
>     from='pubsub.shakespeare.lit'
>     to='francisco@denmark.lit/barracks'
>     id='info1'>
>   <query xmlns='http://jabber.org/protocol/disco#info'
>          node='princely_musings'>
>     ...
>     <identity category='pubsub' type='leaf'/>
>     ...
>   </query>
> </iq>
>     

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