App Engine only allows you to use these formats for XMPP addresses:
[email protected]
[email protected]
Is there be a way to configure a custom domain so that it forwards XMPP messages to one of these address formats.
For example, if my domain is called myxmpp.com
, I could give that out to users as my application's JID and then forward any user chat messages received there directly to [email protected]
(assuming myxmpp
is the app-id)?