[google-appengine] Problems running App Engine Xmpp

2011-01-23 Thread Jacob Reese
I am new to using python and thought I would create a chat bot as a first project. I have a problem getting anything to send. I am using a googleplex account and a appspot for the im name. I have tried everything i could think of. I copied directly from the tutorials and even tried the multichat

Re: [google-appengine] Problems running App Engine Xmpp

2011-01-24 Thread Jacob Reese
Well I have tried many combinations of just basic xmpp functionality. I have copied the basic xmpp function from the docs: class XMPPHandler(webapp.RequestHandler): def post(self): message = xmpp.Message(self.request.POST) message.reply("Greetings!") I have tried the basic xmpp.send_invite, xmpp.c

Re: [google-appengine] Problems running App Engine Xmpp

2011-01-24 Thread Jacob Reese
Ok, so it appears to be something to do with me setting it up as a googleplex site. The same code works correctly in a personal and public website. Anyone know how I can get this to work correctly? -- You received this message because you are subscribed to the Google Groups "Google App Engine