Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)



Exceptions

The google.appengine.api.xmpp package provides the following exception classes:

exception Error ()

This is the base class for all exceptions in this package.

exception InvalidJidError ()

An invalid XMPP address was used as a recipient or sender address.

exception InvalidTypeError ()

An invalid message type was used in a message. See the send_message() function for a list of valid message types.

exception InvalidXmlError ()

The outgoing message was configured to use raw XML, and the body contained invalid XML data.

exception NoBodyError ()

The outgoing message had no body content.

exception InvalidMessageError ()

The incoming message was invalid or incomplete.

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.