I want to write an application, which will:
- recieve and send email messages ( I know, I can do it with ActionMailer using RoR )
- chat with my Google+ friends
- change my GoogleTalk (gmail) status
So, when I open my gmail interface, I see list with my contacts on the left side of page. I can open chat with people from this list, I can change status and name (near my little google+ avatar).
Is exists some Google API for changing google-talk status (special message)? Can I do it using some RubyOnRails gems? Thanks.