Re: [google-appengine] xmpp custom JID does not working?

2011-09-29 Thread Xi Shen
yes, i saw the overview section mentioned the 'xmpp.send_invite' function. 
but i cannot find any reference about it. actually the link to the function 
does not contain anything regarding this topic. i wonder if this function is 
still available.

-- 
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/-/-D-b2tkUl2IJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] xmpp custom JID does not working?

2011-09-22 Thread Robert Schuppenies
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 davidshe...@gmail.com 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 google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 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 google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] xmpp custom JID does not working?

2011-09-21 Thread Xi Shen
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 google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.