Flash Media Server and XMPP Server Communication, is it possible?
i create a chat application using Adobe FLEX, currently it is 开发者_StackOverflow中文版not implemented yet, but i have a plan to use Flash Media Server as the chat server. The problem is my application should be able to communicate with other XMPP server such as AIM or Google talk. Is it possible to do that? or is there any better solution?
UPDATE
The point i needed here is the possibility to communicate with the 3rd party XMPP server (Google Talk, AOL/AIM). I have read that Google Talk, AOL/AIM has open the XMPP server to server communication. Is FMS possible to do that?
Regards Kin
There are a couple of XMPP protocol implementation in ActionScript, so it is possible to integrate with an XMPP server - take a look on XIFF library.
Note: you can also use BlazeDS as a chat server instead of FMS.
精彩评论