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?