In the FedOne log output you'll see a sequence similar to the following: <iq type="get" id="9437-3" to="wavesandbox.com" from="wave.glines.com"> <query xmlns="http://jabber.org/protocol/disco#items"/> </iq>
<iq type="error" id="9437-3" to="wave.glines.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> <iq type="get" id="9320-4" to="wave.wavesandbox.com" from="wave.glines.com"> <query xmlns="http://jabber.org/protocol/disco#info"/> </iq> <iq type="result" id="9320-4" from="wave.wavesandbox.com" to="wave.glines.com"> <query xmlns="http://jabber.org/protocol/disco#info"> <identity category="collaboration" type="google-wave" name="Google Wave Server"/> <feature var="http://waveprotocol.org/protocol/0.2/waveserver"/> </query> </iq> It's normal to get the "remote-server-not-found" for wavesandbox.com. But you should get a valid response to the query of wave.wavesandbox.com. -Tad On Wed, Nov 4, 2009 at 5:09 PM, Brian May <[email protected]> wrote: > > On Thu, Nov 05, 2009 at 11:17:05AM +1100, Jochen Bekmann wrote: >> Thus a connection should be made to port 5268. > > Ok, ejabberd is looking up _xmpp-server._tcp.wavesandbox.com, not > _xmpp-server._tcp.wave.wavesandbox.com > > This is correct behaviour, right? It has to talk to wavesandbox.com before it > knows it can talk to wave.wavesandbox.com? Or am I confused? > > =INFO REPORT==== 2009-11-05 12:00:06 === > I(<0.337.0>:ejabberd_s2s_out:1010) : Trying to open s2s connection: > wave.microcomaustralia.com.au -> wavesandbox.com > > =INFO REPORT==== 2009-11-05 12:00:06 === > D(<0.337.0>:ejabberd_s2s_out:192) : open_socket: > {"wave.microcomaustralia.com.au", > "wavesandbox.com", > "3455093594",false} > > =INFO REPORT==== 2009-11-05 12:00:06 === > D(<0.337.0>:ejabberd_s2s_out:951) : srv lookup of 'wavesandbox.com' > failed: nxdomain > > > =INFO REPORT==== 2009-11-05 12:00:06 === > D(<0.337.0>:ejabberd_s2s_out:242) : s2s_out: connecting to > wavesandbox.com:5269 > > > > 212.120000 202.173.153.100 -> 202.173.153.102 DNS Standard query SRV > _xmpp-server._tcp.wavesandbox.com > 212.316000 202.173.153.102 -> 202.173.153.100 DNS Standard query response, > No such name > 212.320000 202.173.153.100 -> 202.173.153.102 DNS Standard query SRV > _xmpp-server._tcp.wavesandbox.com.microcomaustralia.com.au > 212.324000 202.173.153.102 -> 202.173.153.100 DNS Standard query response, > No such name > 212.324000 202.173.153.100 -> 202.173.153.102 DNS Standard query SRV > _jabber._tcp.wavesandbox.com > 212.548000 202.173.153.102 -> 202.173.153.100 DNS Standard query response, > No such name > 212.548000 202.173.153.100 -> 202.173.153.102 DNS Standard query SRV > _jabber._tcp.wavesandbox.com.microcomaustralia.com.au > 212.552000 202.173.153.102 -> 202.173.153.100 DNS Standard query response, > No such name > 212.556000 202.173.153.100 -> 202.173.153.102 DNS Standard query A > wavesandbox.com > 212.564000 202.173.153.102 -> 202.173.153.100 DNS Standard query response > A 216.239.38.21 A 216.239.32.21 A 216.239.34.21 A 216.239.36.21 > > > Later on there is also the firewall issue that will need to be resolved too. > By > default I block outgoing connections to unknown ports. > -- > Brian May <[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 -~----------~----~----~----~------~----~------~--~---
