-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Upsteam messaging #434
Comments
+1 |
Well if you're using the Google provided GCM libraries (which I think you are), then that details of the transport likely doesn't matter. I vaguely suspect that GCM uses XMPP on the client regardless. It's only on the server where you need to use XMPP instead of HTTP. |
Humm.... you may be right, and I hope you are! Not this same project, but looks like someone already tried at phonegap-build/PushPlugin#93 I wish I could write Java code, but I barely understand it. |
Just a matter of creating a fork of this project applying that code and see what happens :) |
Like I said, it's not a ton of code to write. I'll happily take a PR on this but I'd like someone to look at the iOS side as well. |
I have forked and added the code. I know very little Java, and only did it because I really need the feature. |
I have read the IOS docs but there is XMPP type of connection. Anyway for android it is usefull when creating the chat apps. Thanks @ffabreti for PR. |
Sorry, The whole APNS is XMPP server, IOS also some how have a upstream messaging want to find the docs. |
Is there any progress on this. |
GCM supports the ability for clients to send messages upstream to the server.
It would be nice if the Phonegap plugin implemented this. Even better if it was implemented for all of the platforms that GCM is supported on (Android and iOS).
The text was updated successfully, but these errors were encountered: