On Nov 7, 9:12 am, Tad Glines <[email protected]> wrote:
> Port 5275 is the component port that FedOne uses to plug into
> Openfire. That port should NOT be opened to the internet.
> Port 5269 is the default server-to-server port for XMPP. That is the
> port you should put in your SRV records and have open to the internet.
>
If that is the case, what is Port 9876?
Is there a problem with my run-server script? (remember this is a Win
Server 2003 batch file).
set PRIVATE_KEY_FILENAME=wave.wavewriter.org.key
set CERTIFICATE_FILENAME_LIST=ca-bundle.cer wave.wavewriter.org.cert
set CERTIFICATE_DOMAIN_NAME=wave.wavewriter.org
set XMPP_SERVER_HOSTNAME=wavewriter.org
set XMPP_SERVER_IP=%XMPP_SERVER_HOSTNAME%
set XMPP_SERVER_SECRET=(hidden)
set PING_SERVER=acmewave.com
java -jar dist/fedone-server-0.2.jar ^
--client_frontend_hostname=localhost ^
--client_frontend_port=9876 ^
--xmpp_component_name=wave ^
--xmpp_server_hostname=%XMPP_SERVER_HOSTNAME% ^
--xmpp_server_ip=%XMPP_SERVER_IP% ^
--xmpp_server_port=5275 ^
--xmpp_server_secret=%XMPP_SERVER_SECRET% ^
--xmpp_server_ping=%PING_SERVER% ^
--certificate_private_key=%PRIVATE_KEY_FILENAME% ^
--certificate_files=%CERTIFICATE_FILENAME_LIST% ^
--certificate_domain=%CERTIFICATE_DOMAIN_NAME% ^
--waveserver_disable_verification=false ^
--waveserver_disable_signer_verification=false
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---