rubybox
2012-Feb-19 19:14 UTC
xmpp server / client recommendations for 1-1 chat in rails app?
Im trying to build a simple instant messenger inside my ruby on rails app. In basics its just 1-1 chat with some authentication so only authorised users can communicatie between each other. XMPP protocol seems to a be a nice solution to handle a chat feature and possible instant messenger (1-1) but haven''t found any real examples of implementations for a rails app. There are several xmpp ruby library''s available on github but its not a easy choose between them, are there any proven concepts for a xmpp server and a rails app that anyone would recommend? Also on how to authorize users and be able to integrate some autentication from the rails app is little or no info I could found. Can anyone recommend me on any of the above? Thanks in advanche! -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/OQMk3VVMHA0J. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Lupu Alexandru Emil
2012-Feb-19 20:42 UTC
Re: xmpp server / client recommendations for 1-1 chat in rails app?
Hello! Try Ryan Bates''s private_pub ... is not quite XMPP ... but it allows push engine and websockets ... Alecslupu On Feb 19, 2012, at 9:14 PM, rubybox wrote:> > Im trying to build a simple instant messenger inside my ruby on rails app. In basics its just 1-1 chat with some authentication so only authorised users can communicatie between each other. > XMPP protocol seems to a be a nice solution to handle a chat feature and possible instant messenger (1-1) but haven''t found any real examples of implementations for a rails app. > > There are several xmpp ruby library''s available on github but its not a easy choose between them, are there any proven concepts for a xmpp server and a rails app that anyone would recommend? > Also on how to authorize users and be able to integrate some autentication from the rails app is little or no info I could found. > > Can anyone recommend me on any of the above? > Thanks in advanche! > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. > To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/OQMk3VVMHA0J. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.