When I start my FedOne server and then use the client to create a wave and try to add [email protected] to the wave I see the following in my FedOne logs:
<iq type="get" id="6908-1" to="1011ltd.com" from="wave.bitworking.net"> <query xmlns="http://jabber.org/protocol/disco#items"/> </iq> Jan 30, 2010 8:32:27 PM org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent sendPacket INFO: key for this error is org.xmpp.packet.IQ:1011ltd.com:6908-1 Jan 30, 2010 8:32:29 PM org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent processPacket INFO: received XMPP packet: <iq type="result" to="wave.bitworking.net" from="1011ltd.com" id="6908-1"> <query xmlns="http://jabber.org/protocol/disco#items"> <item jid="search.1011ltd.com" name="User Search"/> </query> </iq> In the discovery that's going on your server doesn't list a wave extension as available via discovery. Compare the response above with the discovery request and response that happen when I add [email protected] to the same wave: <iq type="get" to="wave.bitworking.net" from="wave.wavesandbox.com" id="9352-310"> <query xmlns="http://jabber.org/protocol/disco#info"/> </iq> Jan 30, 2010 8:37:29 PM org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent processIqPacket INFO: key for this error is org.xmpp.packet.IQ:wave.wavesandbox.com:9352-310 Jan 30, 2010 8:37:29 PM org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent sendPacket INFO: sent XMPP packet: <iq type="result" id="9352-310" from="wave.bitworking.net" to="wave.wavesandbox.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> Double check the configuration options for OpenFire, particularly the section about configurations for the Wave extension: http://code.google.com/p/wave-protocol/wiki/OpenFireInstallation Thanks, -joe -- Joe Gregorio Developer Relations, Google Wave On Fri, Jan 29, 2010 at 2:20 PM, [email protected] <[email protected]> wrote: > Hi > > My wave federation setup is (I hope) almost working, but there are > some problems which I think are related. > > Here's the scenario: > 1. The wave server is running on 1011ltd.com, connected to Openfire > 2. I create a new wave in the sandbox and add '[email protected]' > to the wave.... no incoming messages in the open server console. > 3. I create a new wave in the sandbox and add 'bjnort...@wave. > 1011ltd.com' to the wave... and I can see the incoming deltas. > > I should be able to add someone from the sandbox without the 'wave.' > bit, correct? > > Then there's some weird interaction if I have the console running as > user 'bjnortier'. When I create a wave in the sandbox and add > '[email protected]', nothing happens in the console, but when I > also add '[email protected]', the wave shows up in the > console and I can reply. The user that has replied shows up as > '[email protected]' > > I cannot create a wave in the console and see it in the sandbox, but > I'm hoping these problems are related. > > Any ideas? > > I can post the logs if that will help... > Thanks! > Ben > > -- > 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. > > -- 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.
