I am developing an application that needs to send message from my web browser plugin to my android or IOS app client and get response back on the plugin.
I found XMPP as an option for that but it requires separate jabberID(JID) for each client. But I need to use the same ID lets say users Gmail ID on both the plugin and the mobile application.
Is there any work around so that same Id can be used in the plugin and mobile app or if there is a better way to do this.