SparkWeb 0.9 (formerly 3.5.1) Release Files - HELP for all info

Guys i just download this sparkweb and extract it to my WAMP www directory

when i open it on my browser http://192.168.0.243/sparkweb/SparkWeb.html

it shows me the login screen but when i click login the browser status = connected and then it will

waiting.

i hope you can correct my javascript login info and i also copy the port wich is the setting of my openfire server

thank you… i hope you can help us…

<script type=“text/javascript”>

function jive_sparkweb_getConfig()
{
     return {
server: "localhost",
           port: "5223",
           bindPath: "/http-bind/",
        connectionType : "https",
           autologin: "false",
        username: "admin",
        password: "myValidPass",       };
}
&lt;/script&gt;

All addresses

5222

Client to Server

The standard port for clients to connect to the server. Connections may or may not be encrypted. You can update the security settings\ for this port.

All addresses

5223

Client to Server

The

port used for clients to connect to the server using the old SSL

method. The old SSL method is not an XMPP standard method and will be

deprecated in the future. You can update the security settings\ for this port.

All addresses

9090

Admin Console

The port used for unsecured Admin Console access.

All addresses

9091

Admin Console

The port used for secured Admin Console access.

All addresses

7777

File Transfer Proxy

The port used for the proxy service that allows file transfers to occur between two entities on the XMPP network.

All addresses

7070

HTTP Binding

The port used for unsecured HTTP client connections.

All addresses

7443

HTTP Binding

The port used for secured HTTP client connections.

All addresses

3478 & 3479

STUN Service

The port used for the service that ensures connectivity between entities when behind a NAT.

All addresses

5229

Flash Cross Domain

Service that allows Flash clients connect to other hostnames and ports.

You’ve got a stray comma at the end of your config function.

function jive_sparkweb_getConfig()

{

return {

server: “localhost”,

port: “5223”,

bindPath: “/http-bind/”,

connectionType : “https”,

autologin: “false”,

username: “admin”,

password: “myValidpass”

};

}

</script>

There it was fix but its still the same…

web browser status always waiting even its connected…

if you have some tutorial kindly post it please… so anyway with the same problem can fix it

thanks for the reply!

I bet it’s an http binding bug :confused: I’ve seen a couple of reports of that lately, will have to set aside some time to investigate.

Is my port correct? tell me what should be the correct port?

ive test all port but the browser keeps transfering data status

i dont know why…

Oh, good point. 5223 is a socket port not a bosh port. Check your openfire config and make sure http binding is enabled, and use the port number from that.

All addresses

7070

HTTP Binding

The port used for unsecured HTTP client connections.

Meaning this HTTP Binding is enabled with port 7070 i look at in my OPENFIRE SERVER and do a telnet with port 7070 its connected my only problem is when i tried to login using webspark on port 7070 it is connected then the browser never showed any chat window its just a plain orange background.

i hope anyone can advised me… thank you…

guys hope you post your config and specs too in webspark thank you…