I am running openfire 3.6a without any problems. Spark and Miranda clients can authenticate and a jwchat client can authenticate also.
Now I want to use sparkweb instead of jwchat, but I can not authenticate.
My sparkweb config looks like this:
return {
server: "jabber.dmz.uni-wh.de",
location:window.location.href,
connectionType: "http",
port: "7070",
bindPath:"/http-bind/,
autoLogin: "false"
};
http://jabber.dmz.uni-wh.de:7070/http-bind/ shows:
HTTP ERROR: 400
BAD_REQUEST
RequestURI=/http-bind/
I think this OK.
When putting username und password in the sparkweb loginpage it says:
Problem authenticatingwith the server or you are not authorized to perform this operation.
What can be wrong?
Thank you for helping
Peter
my openfire warlog shows the following after trying to connect via sparkweb:
2008.10.08 13:52:12 Closing session due to exception: (SOCKET, R: /10.5.0.9:3122, L: /193.175.243.73:5222, S: 0.0.0.0/0.0.0.0:5222)
org.apache.mina.filter.codec.ProtocolDecoderException: java.lang.Exception: Disallowed character (Hexdump: 3C 70 6F 6C 69 63 79 2D 66 69 6C 65 2D 72 65 71 75 65 73 74 2F 3E 00)
Does this help finding what is going wrong?
Thank you,
Peter