保存& 恢复与 XIFF 的连接
我正在修改一段 JavaScript 代码,该代码使用 XMPP + XIFF flash 对象通过 Jabber 与 MSN/Yahoo/GTalk 进行通信。
该网站的要求是启用页面刷新。
然而,问题是当前XIFF的实现不允许保存和恢复连接,而是每次都需要重新登录,这非常耗时。
我找不到任何对此类解决方案的参考。
有谁知道:
- 这是否可以通过 XIFF 开源代码实现?
- 对此类解决方案的任何引用 - 也可以考虑 JavaScript 解决方案。
非常感谢!
奥弗酒吧
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:
- This is at all possible with the XIFF open source code?
- Any reference to such solution - might consider JavaScript solution as well.
Thank you very much!
Ofer Bar
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不相信这是可能的。 标准的解决方法是要么有一个单独的窗口,要么有某种形式的 IFRAME 起到这样的作用。
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.