XMPP messaging

74 views
Skip to first unread message

Shashank Nigam

unread,
Feb 18, 2015, 8:56:24 AM2/18/15
to google-a...@googlegroups.com
Read the XMPP documentation for the app engine. Tried to implement it with android as a client and app engine as the backend server. Every time I try to send a message through the mobile client I receive the following bundle in response.
message_type=send_event, google.message_id=1, event=sent, android.support.content.wakelockid=1}
I tried to search on the xmpp message type as the send event however didn't find the supporting documentation. Please Help 

Vinny P

unread,
Feb 19, 2015, 2:48:06 AM2/19/15
to google-a...@googlegroups.com
First of all, can you show a simple test case/a source for the code you're using? The bundle you're showing looks like a Google Cloud Messaging response; are you using GCM to transfer your information client -> server or another method? If you are using GCM, you should be aware that GCM is a completely separate service from App Engine XMPP. 

It sounds like your issue is on the client Android machine - not with App Engine - so you may want to repost your question on Android-focused forums. With that said, I thought (don't hold me to this) that this response bundle was related to use of the deprecated GCMBroadcastReceiver. Are you using deprecated classes to communicate with GCM?

 
 
-----------------
-Vinny P
Technology & Media Consultant
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

Shashank Nigam

unread,
Feb 22, 2015, 5:21:17 AM2/22/15
to google-a...@googlegroups.com
Thank You, for the response. I am a novice in this field.
Reply all
Reply to author
Forward
0 new messages