【发布时间】:2016-09-01 00:51:28
【问题描述】:
我正在使用 smack 建立与 openfire 的 bosh 连接。 我修改了 BOSHConnection 文件以获取 sid 和 rid。 但是当使用它连接到 conversejs 时,几秒钟后它会自动注销。 我的 conversejs 设置如下:
keepalive: true,
authentication: 'prebind',
jid: 'xxxx@xxxx',
sid: '44sa2vqziv',
rid: '6053815847634846',
prebind: true,
有人知道如何解决这个问题吗?
【问题讨论】:
标签: openfire smack converse.js