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.check_presence, and 
xmpp.send_message("[email protected]", "Ahoy", "[email protected]")

I keep getting this:
Traceback (most recent call last): File 
"/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__init__.py",
 
line 515, in __call__ handler.get(*groups) File 
"/base/data/home/apps/google.com:captainflint/1.347870331835928555/index.py", 
line 16, in get xmpp.send_invite("[email protected]") File 
"/base/python_runtime/python_lib/versions/1/google/appengine/api/xmpp/__init__.py",
 
line 152, in send_invite raise InvalidJidError() InvalidJidError

Of course I removed my email address from the above examples


Thanks
- Jacob

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

Reply via email to