What generally happens is that the XMPP server will return the results of the disco#items based on the components that are connected. Some XMPP servers will also ask the component when they connect to identify themselves (with disco#info). The disco#info that gets sent by a remote server is forwarded to the component. So you shouldn't (assuming you're acting as a component) need to worry too much about disco#items in your component, just disco#info
On Thu, May 13, 2010 at 06:09, Jae Lee <[email protected]> wrote: > The query element requires an item element with jid attribute as your wave > provider component's jabber id > I would have thought it's all done automatically by Jabber server if you > register your wave provider as component... > J > On Tue, May 11, 2010 at 2:56 PM, jesus salas <[email protected]> wrote: >> >> Hi, >> >> I was been able to connect from my own server implementation to >> wavesandbox.com >> >> however after dialback process finish and I add some user from my >> domain to a wave wavesandbox connect me and send all time same query: >> >> -- WAVESANDBOX to me >> >> <iq type="get" id="VKzPELl4VVQAAAAAAAADLg==" to="wave.wvs.net" >> from="wave.wavesandbox.com" xmlns="jabber:server"><query xmlns="http:// >> jabber.org/protocol/disco#items" /></iq> >> >> -- ME to wavesandbox >> >> <iq id="VKzPELl4VVQAAAAAAAADLg==" from="wave.vs.net" >> to="wave.wavesandbox.com" type="result" xmlns="jabber:server"><query >> xmlns="http://jabber.org/protocol/disco#items"></query></iq> >> >> Whatever I answer like above iq/result nothing happens no #disco or >> further #items or whatever is send to me. >> >> Someone knows what is the right answer for a "http://jabber.org/ >> protocol/disco#items" query for wavesandbox.com? >> >> Thank you in advance >> jesus >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Wave Protocol" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/wave-protocol?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Wave Protocol" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/wave-protocol?hl=en. > -- Anthony Baxter, [email protected] -- You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
