Trying to build a simple 1-1 with XMPP protocol like on facebook ( offline, online and 1-1 with buddy list )
There are several xmpp ruby library's available on github but its not a easy choose between them, every xmpp rails solution I looked at is outdated.
A few questions:
AFAIK, there is no easy way to integrate Rails with XMPP server. You may try https://github.com/maccman/juggernaut for chat/im.
Faik, take a on Alex post here: http://blog.alexmaccaw.com/killing-a-library. He describes how you can use HTML5 Server-Sent Events with ruby server-side to do same as expected with the se of XMPP.
Try this ruby library: http://home.gna.org/xmpp4r/ It provides full XMPP protocol support.
It lists ActionMessenger in its related projects as a rails convenience framework like ActionMailer.
After long digging I found a good solution to fix this:
This seems a full solution now only you have to write the client yourself
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With