I had always assumed that the 404 meant that initech-corp.com was not found. I tested this hypothesis out by adding [email protected] to one of my waves. Sure enough, I got
<iq type="error" id="4337-80" to="wave.orient-lodge.com" from="noexistentwavedomain.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> followed by <iq type="error" id="4980-81" to="wave.orient-lodge.com" from="wave.noexistentwavedomain.com"> <query xmlns="http://jabber.org/protocol/disco#info"/> <error code="404" type="cancel"> <remote-server-not-found xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/> </error> </iq> So, I went back and did a check on initech-com. I send <iq type="get" id="2863-73" to="initech-corp.com" from="wave.orient-lodge.com"> <query xmlns="http://jabber.org/protocol/disco#items"/> </iq> I get back <iq type="result" id="2863-73" from="initech-corp.com" to="wave.orient-lodge.com"> <query xmlns="http://jabber.org/protocol/disco#items"> <item jid="wave.initech-corp.com" name="Google Prototype Wave Server - FedOne"/> </query> </iq> As a side note: prior to adding signed certificates to my Openfire server, and opening tcp ports 5269 and 5270 in my firewall, I would get a time out and then a 404 error. Aldon -----Original Message----- From: [email protected] [mailto:[email protected]]on Behalf Of 24z Sent: Wednesday, November 04, 2009 8:09 AM To: Wave Protocol Subject: Question regarding console output of run-server.sh I've got a – maybe stupid – question regarding the console excerpt below, which we're getting while trying to set up federation. Does <iq type="error" id="1180-0" to="wave.24zlabs.com" from="initech- corp.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> actually mean that initech-corp.com did not find a remote server at 24zlabs.com or is it vice versa, 24zlabs did not find the initech- corp.com waves erver? As the <id> element states its a message FROM initech-corp.com TO wave. 24zlabs.com I assume it's stating that initech-corp.com did not find our wave servers, but I'm simply not sure. Anybody? ---- SNIP ---- <iq type="get" id="1180-0" to="initech-corp.com" from="wave. 24zlabs.com"> <query xmlns="http://jabber.org/protocol/disco#items"/> </iq> Nov 4, 2009 12:59:08 PM org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent sendPacket INFO: key for this error is org.xmpp.packet.IQ:initech-corp.com:1180-0 Nov 4, 2009 12:59:08 PM org.waveprotocol.wave.examples.fedone.ServerMain run INFO: Starting server Nov 4, 2009 12:59:10 PM org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent processPacket INFO: received XMPP packet: <iq type="error" id="1180-0" to="wave.24zlabs.com" from="initech- corp.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> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
