Integration of Javascript XMPP client with Facebook Chat and Google Talk

After implementing a XMPP client and integrating with Facebook Chat and Google Talk, will be possible to manipulate which users will be shown up in the chat list (eg instead of all online users)?

Also, I found that Facebook does not federate (it does not make/accept connections to/from other XMPP servers). Anyway, can I show up the Facebook contacts, and GTalk contacts in the same client (list), without connecting it?

Last point, I will use Strophe.js. However, my research tells me that I need also a kind of 'connection manager' (not strophe) to handle the BOSH protocol, what is this connection manager thing?

链接地址: http://www.djcxy.com/p/70344.html

上一篇: 查看谷歌用户是否在线

下一篇: Javascript XMPP客户端与Facebook Chat和Google Talk的整合