Hi Christoff, I think I've found where your problem is, when my server asks for a list of services from yours this is what it recieves:
<iq type="result" id="8294-52" from="wavenation.eu" to="wave.wave.collaborynth.com.au"> <query xmlns="http://jabber.org/protocol/disco#items"> <item jid="pubsub.wavenation.eu" name="Publish-Subscribe service"/> <item jid="wave.wavenation.eu" name="Google Prototype Wave Server - FedOne"/> <item jid="conference.wavenation.eu" name="Public Chatrooms"/> </query> </iq> 04/09/2009 9:33:54 AM org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent sendPacket INFO: sent XMPP packet: <iq type="get" id="2756-53" to="pubsub.wavenation.eu" from="wave.wave.collaborynth.com.au"> <query xmlns="http://jabber.org/protocol/disco#info"/> </iq> As you can see, there is an issue with the way that the wave server handles "out of order" service listings. Until this is fixed, I've found that the best way to handle this is to disable any other services on the xmpp services. /*Disabling Group Chat and Pubsub*/ Through a bit of debugging I and Mark Achee discovered that the OpenFire XMPP server tends to be a little random in how it lists the services that it has on offer. By default it offers the Pubsub and Group Chat facilities as well as the Wave service that we've just setup. This can result in Federation issues as the chatter will be delivered to the wrong service. To ensure that this doesn't happen, it's best to disable Group Chat and Pubsub. /Disabiling Pubsub:/ To disable the Pubsub service do the following: Browse to Server Manager->System Properties. Scroll down to the bottom and enter the following information: /Property Name: xmpp.pubsub.enabled / /Property Value: false/ /Disabling Group Chat:/ /Browse to Group Chat->Group Chat Settings./ /Delete the conference domain./ Once you have completed these steps I find it best to restart the Openfire service (sudo /etc/init.d/openfire restart under ubuntu). -- James Purser Collaborynth http://collaborynth.com.au Mob: +61 406 576 553 Skype: purserj1977 twitter: www.twitter.com/purserj GTalk: [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 -~----------~----~----~----~------~----~------~--~---
