Hi, We are developing GAE app with using XMPP service. This GAE app communicates with XMPP bots which is associated with gmail account through talk.google.com XMPP server.
GAE ------(XMPP message as request)----->>> XMPP Bot on Desktop -----(XMPP message as response)---->>> GAE We have been encountering the XMPP message sending error from XMPP Bot to GAE in case of sending many messages in short period of time with around 7K bytes message. XMPP Bot can send message without error, however it immediately receives XMPP message which type is "error" without any reason. And GAE can not receive it without any error notification. It seems Google talk server sends this error message to XMPP Bot. Do you know any XMPP limitation? or Have you ever encountered similar issue? Our incoming message size is 7K bytes, it is much smaller than 100K limitation. But sending many messages in short period of time. https://code.google.com/appengine/docs/python/xmpp/overview.html#Quotas_and_Limits Any suggestions or advices are appreciated. Thanks, Hideki -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/UssqzGCefIQJ. To post to this group, send email to google-appengine-java@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.