Hey Matt,
Did you try enabling the 'xmpp_subscribe' inbound service? You'll
have to do that before the handlers explained in the 'subscriptions'
section wil get hit?
http://code.google.com/appengine/docs/python/xmpp/overview.html#Handling_Subscriptions
Robert
On Thu, Apr 14, 2011 at 03:38, mattdawson <[email protected]> wrote:
> Hey all -
>
> I'm attempting to build an xmpp-only app. The end result I'm looking
> for:
>
> 1) A google talk user adds my app's gtalk account
> ([email protected]) to their roster.
> 2) My application code receives a signal - no HTTP post involved.
> 3) My application code adds that user to the roster for my
> application's gtalk account.
>
> I'm aware of the /_ah/xmpp/subscriptions/subscribe/ handler. But it
> appears that this handler only gets triggered via posts to it. For
> instance, the /_ah/xmpp/message/chat/ url gets posted to by the system
> whenever a message is received.
>
> Is there anything similar for subscriptions/presence notifications? I
> see no mention of this in the the docs, so I know it's a long shot; I
> wanted to check here just in case I'd missed something.
>
> Thanks!
> Matt
>
> --
> 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.
>
>
--
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.