How to send XMPP message from Rails Web to Mobile App?

634 Views Asked by At

We need to build a mobile application whose API will be written in Ruby on Rails. There is a requirement to send xmpp messages for some cases to mobile ? Please help how to do it ?

1

There are 1 best solutions below

4
On

Are you familiar with the ruby toolbox? It is a database of all available rubygems that you can search from. You can search for xmpp and it'll give you a lot of gems that might fit your needs.

https://www.ruby-toolbox.com/search?utf8=%E2%9C%93&q=xmpp

Blather or Xmpp4r sound like good candidates.

Check out these other related SO questions: