Hi, I can't connect to a chat server of a game. It loads like 10 seconds then it says "Not authorized. Please try again."
function jive_sparkweb_getConfig()
{
return {
server: "chat.eun1.lol.riotgames.com",
connectionType: "socket",
port: "5223",
autoLogin: "false"
};
}
Username, password and domain are good. I am able to conncet to the server using other xmpp clients, but I have to write "XIFF" in resource. I have to add this here too? If so, can someone tell me how please?
Ok I tried more, and the problems seems to be the ssl. It must be set to, like in the windows client, "use old ssl method". Any way to do this?