First, the <iq> message isn;t actually comming from wavesandbox.com. It's generated by your XMPP server. Second, that's a normal message. Google's XMPP server doesn't support discovery. In general, an XMPP server will try port 5269 if it can't find the SRV records for the named domain. If FedOne can;t do discovery against the domain, it dies a direct disco#info request against wave.<domain>.
After FedOne gets that <remote-server-not-found> you should see it generate a disco#info request for wave.wavesandbox.com. If you see a <remote-server-not-found> "from" wave.wavesandbox.com, or another error, then you have a problem. On Mon, Nov 9, 2009 at 7:26 AM, hoffer <[email protected]> wrote: > > Im stumped. I am receiving the following packet from wavesandbox.com > though I can see s2s connection established in openfire (both ways). > <iq type="error" id="7380-0" to="wave.wavified.com" > from="wavesandbox.com"> > <query xmlns="http://jabber.org/protocol/disco#items"/> > <error code="404" type="cancel"> > <remote-server-not-found xmlns="urn:ietf:params:xml:ns:xmpp- > stanzas"/> > </error> > </iq> > > Does anyone know how to fix this issue? > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
