i am building an app that will need the ability of insant messaging within browser similar to google talk. here is a nice plugin i found: http://blog.blippr.com/post/51345818/dead-simple-instant-messaging-in-rails-apps i dont mind having to use a non-rails plugin but wondering if there are any other ideas out there? thanks, t --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Am Samstag, den 06.12.2008, 17:40 -0800 schrieb tashfeen.ekram:> i am building an app that will need the ability of insant messaging > within browser similar to google talk.What instant messaging protocol do you want to use? I suggest XMPP/Jabber. (This also is what Google Talk uses)> i dont mind having to use a non-rails plugin but wondering if there > are any other ideas out there?I didn''t take a look at that plugin you provided, but if you just want to send XMPP messages I''d suggest a self-made socket-based solution. -- ScopePort Head Developer - http://scopeport.org/ Blog: http://blog.scopeport.org/ Ohloh: https://www.ohloh.net/accounts/lennart ...you can also find me on Xing. ;) GPG Key available. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
thanks for your advice. the plugin is for XMPP so i think i am a go with it. Thanks! also, if anyone has any experience with, please let me know! On Dec 6, 5:45 pm, Lennart Koopmann <lenn...-TI7INQhk6WoBXFe83j6qeQ@public.gmane.org> wrote:> Am Samstag, den 06.12.2008, 17:40 -0800 schrieb tashfeen.ekram: > > > i am building an app that will need the ability of insantmessaging > > within browser similar to google talk. > > Whatinstantmessagingprotocol do you want to use? I suggest > XMPP/Jabber. (This also is what Google Talk uses) > > > i dont mind having to use a non-rails plugin but wondering if there > > are any other ideas out there? > > I didn''t take a look at that plugin you provided, but if you just want > to send XMPP messages I''d suggest a self-made socket-based solution. > > -- > ScopePort Head Developer -http://scopeport.org/ > > Blog:http://blog.scopeport.org/ > Ohloh:https://www.ohloh.net/accounts/lennart > > ...you can also find me on Xing. ;) > > GPG Key available.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---