views:

19

answers:

1

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)?

A: 

I'm fairly sure that, to do this, you would need a custom XMPP server serving for your domain. I'm also fairly sure that you'd have to write said server yourself.

Nick Johnson