Pedro Melo pisze:
On Feb 26, 2008, at 3:05 PM, Maciek Niedzielski wrote:
Pedro Melo pisze:
during the latest DevCon, one of the issues about deployment was contact addresses. The current XEP for that is 0157.
I think that 157 breaks the current disco#info usage pattern.
Now, if you go with pubsub, we run into "where is that node?" problem again. And for PEP you'd need to subscribe to server's presence..

The node is the namespace presented in 157 for example.

<iq type='set'
    from='[EMAIL PROTECTED]/barracks'
    to='pubsub.shakespeare.lit'
    id='sub1'>
  <pubsub xmlns='http://jabber.org/protocol/pubsub'>
    <subscribe
        node='http://jabber.org/network/serverinfo'
        jid='my_domain'/>
  </pubsub>
</iq>

So there is no issue with the node name.

But now you need to know (from where?) that info about jabber.org is stored in pubsub.jabber.org.

--
Maciek
 xmpp:[EMAIL PROTECTED]

Reply via email to