Websocket with KAIWA

Hey guys

first time here

glad to meet u all.

im tryin to use websockets to connect openfire through KAIWA.

http://getkaiwa.com

this is my configuration file:

{

“isDev”: false,

“http”: {

“host”: “192.168.0.196”,

“port”: 9099

},

“session”: {

“secret”: “shhhhhh don’t tell anyone ok?”

},

“server”: {

“name”: “Ste G MATTA”,

“domain”: “192.168.0.196”,

“wss”: “wss://192.168.0.196:7070/ws/server”,

“muc”: “”,

“startup”: “groupchat/”,

“admin”: “admin”

}

}

i cant understand what seems to be wrong since it wont connect.

any help is highly appreciated.