One issue I always forget about is that before you can send messages to another XMPP party, you have invite to this party first (for Python with xmpp.send_invite) and the party must accept the invite.
cheers, robert On Tue, Sep 20, 2011 at 9:25 PM, Xi Shen <[email protected]> wrote: > Hi, > > > http://code.google.com/appengine/docs/python/xmpp/overview.html#XMPP_Addresses > > This page says the XMPP API supports custom JID. But it does not seem to > work for me. I tried 'test@*myappid*.appspotchat.com', but none of my > GTalk client received any message/notification. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/lWlVof71u5IJ. > 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. > -- 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.
