On Jun 4, 3:03 am, Pankaj Chawla <[email protected]> wrote:
> Hi
>
> I created a xmpp bot on the appengine. The problem is that by default
> any invitation sent to the bot gets added as subscribed user and can
> send and receive messages from the bot. I want to control this and/or
> disallow auto acceptance of invitations. I tried controlling it by
> having handlers for the xmpp_subscribe service but it doesnt seem to
> work. Any help will be appreciated.

A user can only *receive* messages from your bot if your code sends
them. Forget about the invitations and only respond to messages from
trusted users.

-- 
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.

Reply via email to