I did some more tests.
Looks like XMPPService can´t parse neither subscriptions nor presence 
requests when they were *forwarded*.

I´ve created two simple servlets.
The first one is the webhook. It handles inbound requests in one of the 
URLs:  */_ah/xmpp/presence/**,  */_ah/xmpp/subscription/**  or *
/_ah/xmpp/message/**.
Then it simply forwards the request to the second servlet which is 
responsible for invoking the parsing methods.

Requests containing chat messages are handled normally, but the other two 
ones (Presence and Subscription) throws the aforementioned exception.
And if I route the requests straight to the second servlet everything works!

Bug?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to