开发者

Setting GTalk status using Java - GAE/J

开发者 https://www.devze.com 2023-01-21 19:18 出处:网络
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.

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开发者_如何学JAVA I do that? Some code example.

Thanks.


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!

0

精彩评论

暂无评论...
验证码 换一张
取 消