On Wed, Feb 18, 2015 at 7:56 AM, Shashank Nigam <[email protected]>
 wrote:

> 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.
>



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
<http://developer.android.com/reference/com/google/android/gcm/GCMBroadcastReceiver.html>.
Are you using deprecated classes to communicate with GCM?



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

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

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CALSvALCu0XqXxP4eTtdix-9_hx-3Mh2fpUkGaWh_RBWAqJx7UA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to