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:
- Is xmpp for ruby on rails the way to go for building a facebook like 1-1 IM? ( have looked in websockets privatepub, juggernaut(rip)) all lack somewhere, nothing seems to beat the XMPP protocol
- Whats the best XMPP gem for connecting rails with XMPP server @ 2012? many of them seem outdated, is there any project that is in use -now- and is not updated for a while but is solid enough to use on a project?
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