Hello, I'm currently writing an app that makes use of XMPP for realtime updates to a client system. While doing this I came across couple of issues:
- Is there a way to disable the feature where the AppEngine will automatically accept all invitations to your app. Ideally, I would prefer to only send invitations form the appEngine to a user of my choice, not the other way around. - Since it seems anybody can become a "friend" of your application (correct?), is there a way to get the list of people that added themselves as an XMPP friend? - To implement security, I'm currently using a table of known people/ JIDs to which responses can be sent. It feels like re-inventing the subscription mechanism. Is there a better/cleaner way to accomplish this? Many thanks, Tom --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
