On Sun, 2009-10-11 at 12:35 -0700, Anon _ wrote: > I am able to connect to the wave server, though I receive a 404 error > code related to pinging. > > INFO: received XMPP packet: > <iq type="error" id="5697-2" to "wave.wave.domain.com" from > "acmewave.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> > > I manually edited the /etc/hosts file to reflect the following: > > 127.0.0.1 domain.com > 127.0.0.1 wave.domain.com > _xmpp-server._tcp.this-present-time.com. 3600 IN SRV 10 0 5269 > wave.domain.com. > _xmpp-server._tcp.wave.this-present-time.com. 3600 IN SRV 10 0 5269 > wave.wave.domain.com. > > How can I resolve this issue? Have I improperly edited the SRV/DNS > info?
In order for other servers to be able find your server they need to be able to find the DNS entries. Editing the hosts file will not help other servers find your server. You instead need to add records to the DNS entry for your domain on the Domain Name server that hosts the entry. -- James Purser Collaborynth http://collaborynth.com.au Mob: +61 406 576 553 Skype: purserj1977 Twitter: http://twitter.com/purserj --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
