简体   繁体   中英

How to integrate live Skype status in my application?

我有一个网页,其中一个人的Skypename和Skype图标一起出现。通过点击按钮,它将打开Skype.But现在我想添加实时Skype状态,即显示此人是在线还是离线或忙碌等。想通过更改图像按钮显示此信息

Standard Skype buttons can detect and show the status of the user. Have a look here . If you wanted the status to be real-time, you could refresh it using AJAX.

However, if you prefer to handle the code yourself, you can easily retrieve your skype status by using

http://mystatus.skype.com/nnnn.num

where nnnn is the Skype name you're interested in. It returns the following:

0 – unknown
1 – offline
2 – online
3 – away
4 – not available
5 – do not disturb
6 – invisible
7 – skype me

查看本文讨论Skype的状态: http//www.codeproject.com/KB/aspnet/IMStatusIndicator.aspx (即时通讯状态指示器 - AIM,Yahoo,ICQ,MSN,Skype ......)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM