hendry91
hendry91

Reputation: 93

conversejs + openfire + smack prebind issue

I'm using smack to build the bosh connection to openfire. I modified the BOSHConnection file to get sid and rid. But when use it connect to conversejs, after few second it auto logout. My conversejs setting something like:

keepalive: true,
authentication: 'prebind',
jid: 'xxxx@xxxx',
sid: '44sa2vqziv',
rid: '6053815847634846',
prebind: true,

Anyone know how to solve this problem?

Upvotes: 0

Views: 207

Answers (1)

hendry91
hendry91

Reputation: 93

Problem solved, just need to close the connection

Upvotes: 1

Related Questions