Hi, I have no idea about Ruby gems, but I hope this may help.
On Mon, Sep 5, 2011 at 1:34 AM, Prasanna Venkadesh <[email protected]>wrote: > Hi friends, > > I have been developing a Terminal based Chat application using Ruby version > 1.8 and i have used XMPP4R (ruby gem) from XMPP/Jabber implementation and i > can well authenticate and able to chat using google (gmail) account. But > When i try to connect to Facebook using the domain ( > [email protected]), it logs in without any problem but i am not > able to chat with anyone or it doesn't shows my status as online. > >From my understanding, Facebook as well as Gmail works like this: 1. The xmpp request from their own web UI is given the highest precedence and it will override all others. 2. If you have set offline in the web UI and logged in from other client, you will be online only in that client. Web UI will still show you as offline. Regarding not able to chat with others, Facebook uses the uid (an integer id) as the primary identifier. So it has to be [email protected], i guess. -- Vignesh Nandha Kumar _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
