SparkWeb config howto

firstly:

I have read manuals and forums

Our situation is:

server1 - freebsd;openfire;ip=192.168.1.18;fqdn=jabber.domain.com;xmppports=5222,5223;htt pbind=enable;httpbindport=7070

server2 - linux;apache;ip=192.168.1.6;fqdn=apache.domain.com;sparkwebdir=http://apache.domain.com/sparkweb/

client1 - linux;firefox;adobeflash10

client2 - windows;iexplore;adobeflash10

SparkWeb.html (index.html)

function jive_sparkweb_getConfig()
{
return {
server: “192.168.1.18”,
connectionType: “socket”,
port: “5222”,
autoLogin: “false”,
policyFileURL: “http://192.168.1.6/crossdomain.xml
};
}

crossdomain.xml

<?xml version="1.0"?>

What we are doing wrong?

You dont need to enable http-bind if you’re going to use socket connection. Have you read this How-to? http://www.igniterealtime.org/community/docs/DOC-1553

Also, please tell us what errors or issues you see. I suppose it’s not workig, but we need to know how exactly “it’s not working”.