0
votes

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

1 Answers

2
votes

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

This is actually possible now! See the updated docs!