그래서 아에 meebo의 open api를 써서 챗 룸을 만드는게 개발자에게는 나을 수도 있을 것 같다. 참고로 meebo(meebo.com)의 api는 크게 javascript ,as3를 지원한다.
meebo application initialization 과정은 다음과 같다 .
Client
1. User A opens IM window with Usre B
2. User A select Application from menu
3. Room is launched within meebo
- IFrame created
-Application URL loaded
*이때 Application 파라미터(app_instance_id,app_id)를 넘겨 받는다.
4.Application calls registerApp with the App Instance ID parameter
5. meebo sends invite(s) to User(s) B(C,D,etc) in the form of a URL with thw App Instance ID embedded.Meebo also sends a join message to the app for every user currently in the room
Posted by 이창명

