jsexton wrote: > I have this same error. And the sub-domain matches. Any ideas? > > PRIVATE_KEY_FILENAME=iws03svn1.key > CERTIFICATE_FILENAME_LIST=iws03svn1.cert > CERTIFICATE_DOMAIN_NAME=localhost > > XMPP_SERVER_HOSTNAME=localhost > XMPP_SERVER_IP=192.168.15.38 > XMPP_SERVER_SECRET="secret" > > java -jar dist/fedone-0.2.jar \ > --client_frontend_hostname=127.0.0.1 \ > --client_frontend_port=9876 \ > --xmpp_component_name=wave \ > --xmpp_server_hostname=$XMPP_SERVER_HOSTNAME \ > --xmpp_server_ip=$XMPP_SERVER_IP \ > --xmpp_server_port=5269 \ > --xmpp_server_secret $XMPP_SERVER_SECRET \ > --xmpp_server_ping="" \ > --certificate_private_key=$PRIVATE_KEY_FILENAME \ > --certificate_files=$CERTIFICATE_FILENAME_LIST \ > --certificate_domain=$CERTIFICATE_DOMAIN_NAME \ > --waveserver_disable_verification=true > > Okay, you need to change the xmpp_server_port to 5275, this is what Openfire listens on to talk to its external components.
-- 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 -~----------~----~----~----~------~----~------~--~---
