In the App Engine docs, a JID is defined like this:
An application can send and receive messages using several kinds of addresses, or "JIDs."
On Wikipedia, however, a JID is defined like this:
Every user on the (XMPP) network has a unique Jabber ID (usually abbreviated as JID).
So, a JID is both a user identifier and an application address?