简体   繁体   中英

google gcm xmpp server with http client

I have a Java based app server and a cordova client. I want to use GCM with the existing cordova gcm plugin code which uses HTTP to communicate with GCM, and use XMPP for GCM communication in my server to make it more efficient. can this be done? I am asking because I get ACKs on my server but no messages arrive to the client.

Thanks.

Found the problem, it was in the client side. The answer is yes, it does work.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM