简体   繁体   English

如何在我的应用程序中集成实时Skype状态?

[英]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. 标准Skype按钮可以检测并显示用户的状态。 Have a look here . 看看这里 If you wanted the status to be real-time, you could refresh it using AJAX. 如果您希望状态是实时的,可以使用AJAX刷新它。

However, if you prefer to handle the code yourself, you can easily retrieve your skype status by using 但是,如果您更喜欢自己处理代码,则可以使用以下方法轻松检索Skype状态

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

where nnnn is the Skype name you're interested in. It returns the following: 其中nnnn是您感兴趣的Skype名称。它返回以下内容:

0 – unknown 0 - 未知
1 – offline 1 - 离线
2 – online 2 - 在线
3 – away 3 - 离开
4 – not available 4 - 不可用
5 – do not disturb 5 - 请勿打扰
6 – invisible 6 - 看不见
7 – skype me 7 - skype me

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我的应用程序对C#Skype应用程序的控制 - C# Skype application control by my application 如何将智能卡与我的C#应用​​程序集成? - How to integrate smartcard with my c# application? c#skype4com如何在我的在线图标附近写一个状态? - c# skype4com how to write a status near my online icon? 如何在 ASP.NET MVC 中集成 Skype 业务功能 - How to integrate Skype for business functionality in ASP.NET MVC 如何使用skype4com将Skype用户状态从在线更改为离线? - How can I change Skype user status from online to away using skype4com? 如何在应用程序中集成yahoo登录? - how do i integrate the yahoo login in my application? 如何在我的C#应用​​程序中集成流程图/活动图函数? - How to integrate a Flowchart/Activity diagram function in my C# application? 如何在.net windows窗体应用程序中将访问控制与我的ORM集成? - How to integrate access control with my ORM in a .net windows form application? 如何在WinCE应用程序中集成扫描条形码选项? - How to integrate the scan barcode option on my WinCE application? 在webapi中开发的通用登录和注销,如何集成到我的应用程序中 - Common Signin and Signout developed in webapi, how to integrate to my application
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM