I'm modifying a piece of JavaScript code that uses XMPP + XIFF flash object to communication with MSN/Yahoo/GTalk via Jabber.
The requirement of the web site is to enable page refreshes.
However, the problem is the current implementation of XIFF does not allow saving and restoring of connection, but requires a new login every time, which is time consuming.
I wasn't able to find any reference to such a solution.
Does anyone know if:
Thank you very much!
Ofer Bar
Upvotes: 0
Views: 266
Reputation: 35139
I do not believe this is possible. Standard work-arounds are to either have a separate window, or some form of IFRAME which acts as such.
Upvotes: 0