views:

43

answers:

2

I am using google appengine (Java) I want my application to send chat invite to an user , how to do that ?

+1  A: 

This site has a demo which includes sending an invite:

http://www.miraclegeekhouse.com/?p=29

Steve Robillard
Thank you :) ...
Srivigneshwar
+3  A: 

XMPP Java API Overview - Google App Engine - Google Code

http://code.google.com/appengine/docs/java/xmpp/overview.html

ratty
+1 When in doubt (or even before), check the documentation.
Jason Hall