views:

20

answers:

1

Hi

I want to set the status GTalk through my Java program.

My application will run on Google App Engine/Java. And will use XMPP API.

Is it possible? And how can I do that? Some code example.

Thanks.

+1  A: 

The App Engine XMPP API does not support this. You can only send/receive messages and check if a user is online.

Jason Hall
O thats not so cool. :(
Tahir Akram