SparkWeb login problem

Hi!

i have a problem trying to login with sparkweb

if make this configuration in SparkWeb.html everythig works fine (i go directly to my contacts list and i can chat)

function jive_sparkweb_getConfig()
{
return {
server: “todd.intramundo.lan”,
port: “7070”,
bindPath: “/http-bind/”,
connectionType: “http”,
autoLogin: “true”,
username: “usuario”,
password: “clave”
};
}

but if i use this other configuration SparkWeb doesn’t show me any error and i can’t see my contact list, SparkWeb just stay in the login page

function jive_sparkweb_getConfig()
{
return {
server: “todd.intramundo.lan”,
port: “7070”,
bindPath: “/http-bind/”,
connectionType: “http”,
autoLogin: “false”
};
}

I try using port 5222 but doesn’t work

I don’t know if i have to configure something in openfire

I need my users to login, so i need some help with mi second configuration.

Thanks.

Hugo.

when i try to connect i get this message in the openfire log

2008.09.30 16:05:04 User Login Failed. PLAIN authentication failed

any ideas?

I think I’m having a similar issue. Login succeeds & it shows it loading but then throws me right back to the login. Tried this both on openfire built on OS X & openfire built on Win Server 2008.

Smells like a bug to me.

Have you tried removing the bindPath line?

Mine is configured just like that, except that I don’t specify any bindPath parameter.

Got it sorted out, was using socket, changed http & all is well. Sorry, dumb user error.

Hmmm… you are surprised that your second config just stays at the login screen… that’s exactly what it’s suppose to do.

Few people will use autologin, like you did with your first config.

When it stays at the login screen, it’s waiting for you to enter the username and password, then press Login.