我正在使用全新安装的 debian 服务器,安装了 nodejs 并且运行正常。
我可以使用“节点服务器”启动服务器:
dev environment detected
Client app ready
Cache manifest generated
Kaiwa running...
Hostname:<ip of the current server>
Port:8000
我可以毫无问题地访问 Kaiwa 登录页面。
因此,我修改了配置文件(我找不到任何帮助,而且这里肯定有问题)
{
"isDev": true,
"http": {
"host": "<ip of the current server>",
"port": 8000
},
"session": {
"secret": "shhhhhh don't tell anyone ok?"
},
"server": {
"name": "talk",
"domain": "talk.google.com",
"wss": "wss://talk.google.com:5222/xmpp-websocket/",
"muc": "",
"startup": "groupchat/room%40chat.mydomain.net",
"admin": "admin"
}
}
~
所以,问题是我无法通过 Kaiwa 登录 talk.google.com
有人尝试使用这个 Web 客户端并成功配置它吗?
非常感谢任何帮助(老实说,我不太了解 XMPP 以及上述设置的含义^^)
谢谢。