When you start the wave server, the last thing it prints out during startup is an XMPP packet. Mine looks like this: INFO: received XMPP packet:
<iq type="get" id="55-22" from="component.glines.com" to="wave.glines.com"> <query xmlns="http://jabber.org/protocol/disco#info"/> </iq> Sep 5, 2009 9:37:03 AM org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent sendPacket INFO: sent XMPP packet: <iq type="result" id="55-22" from="wave.glines.com" to="component.glines.com "> <query xmlns="http://jabber.org/protocol/disco#info"> <identity category="collaboration" type="google-wave" name="Google Prototype Wave Server - FedOne"/> <feature var="http://waveprotocol.org/protocol/0.2/waveserver"/> </query> </iq> What does yours look like? I turned on packet logging in my openfire server. My server is sending your server this: <packet xmlns="http://www.jivesoftware.org" status="unknown" timestamp="Sep 05, 2009 08:06:41:801 AM"> <iq xmlns="" type="get" id="4513-8" to="dev.cognito.nl" from=" wave.glines.com"> <query xmlns="http://jabber.org/protocol/disco#items"/> </iq> </packet> And your server is responding with: <packet xmlns="http://www.jivesoftware.org" streamID="4c889ff" status="auth" timestamp="Sep 05, 2009 08:07:49:546 AM"> <iq xmlns="" type="error" id="4513-8" to="wave.glines.com" from=" dev.cognito.nl"> <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> </packet> I'm not sure if this response means that your server doesn't know who dev.cognito.nl is, or if it means that it cannot find the SRV record for _xmpp-server._tcp.wave.glines.com. -Tad --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
