Pavel Bilyk
Pavel Bilyk

Reputation: 1

How to xmpp web-chat multiple tabs

i have web-chat from xmpp-server Openfire 3.8.1 and StropheJS. Connection is by XMPPHP. A Strophe attached session from cookie. If web-chat open in two tabs are window, strophe is disconnecting. How solve this problem?

Upvotes: 0

Views: 448

Answers (1)

Abdoljabbar
Abdoljabbar

Reputation: 584

For every new tab, you have to generate a unique resource for it. Then use Strophe to attach it in client and prebind.

Upvotes: 1

Related Questions