Hi -- I was reading the PUBSUB spec.  In the following example of creating a node, how 
does the client know to send the stanza to pubusb.jabber.org?     My guess would have 
been that the client first makes a disco call to find the TO JID.   The same is true 
for the to jid on publish stanzas.    But I did not see this in the spec.  Some 
clarification would be helpful.
 
<iq type="set"
    from="[EMAIL PROTECTED]"
    to="pubsub.jabber.org"
    id="create1">
    <pubsub xmlns="http://jabber.org/protocol/pubsub";>
        <create node="generic/pgm-mp3-player"/>
        <configure/>
    </pubsub>
</iq>
 
Thanks
Abhideep



                
---------------------------------
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
_______________________________________________
jdev mailing list
[EMAIL PROTECTED]
http://mail.jabber.org/mailman/listinfo/jdev

Reply via email to