Yes, you can try waveinabox.net. It was me that pushed the change, sorry I had to warn about the consequences...
But now it is possible to generate the server config scripts automatically. Here is a sample: wave_server_domain=waveinabox.net signer_info_store_type=file http_frontend_public_address=waveinabox.net:9898 http_frontend_addresses=10.242.199.83:9898,10.242.199.83:80 account_store_type=file delta_store_type=file xmpp_server_secret=somesecret xmpp_component_name=wave xmpp_server_ip=localhost OVERRIDES="-Dwave_server_domain=$wave_server_domain -Dsigner_info_store_type=$signer_info_store_type -Dhttp_frontend_public_address=$http_frontend_public_address -Dhttp_frontend_addresses=$http_frontend_addresses -Daccount_store_type=$account_store_type -Ddelta_store_type=$delta_store_type -Dxmpp_server_secret=$xmpp_server_secret -Dxmpp_component_name=$xmpp_component_name -Dxmpp_server_ip=$xmpp_server_ip" echo "OVERRIDES: " $OVERRIDES ant -f server-config.xml server-federation-config $OVERRIDES Also attached as sh file. 2011/4/12 James Purser <[email protected]> > Okay, I've just noticed that my server hasn't been federating since the > server.federation.config got overwritten in a recent update. > > Does anyone out there have a working federating server that I can use to > test federation with? > > -- > James Purser > Collaborynth > http://collaborynth.com.au > Mob: +61 406 576 553 > Wave: [email protected] >
runconfig.sh
Description: Bourne shell script
