1
vote
1answer
223 views

Xmpp4r Google Talk Unable To Set Presence

I want to be able to set my presence (ie status and availability) for my google talk from a ruby script. I can't seem to be able to make it work using xmpp4r. I think it might either be that google ...
0
votes
0answers
191 views

Google/Jabber lost connection

Good day. I use xmpp4r library and google account in rails app. All work fine, but after 7 hours connection breaks. I think, @client.on_exception do not catch this error. I can't understand. Thanks.