On Mon, Sep 7, 2009 at 12:02 PM, Gijsbert<[email protected]> wrote:
> I would like to try out the new xmpp handlers, but I couldn't find how > to test it on the development server. How do you hook up your xmpp > client to the dev server? Which part? If you want to test the receiving of messages you can just do a manual HTTP post to /_ah/xmpp/message/chat/ (see http://code.google.com/appengine/docs/python/xmpp/overview.html#Receiving_Instant_Messages). Sending XMPP messages doesn't work from the dev_appserver. Dave. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en -~----------~----~----~----~------~----~------~--~---
