diff options
Diffstat (limited to 'protocols/SkypeWeb/src')
| -rw-r--r-- | protocols/SkypeWeb/src/skype_polling.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/skype_polling.cpp b/protocols/SkypeWeb/src/skype_polling.cpp index 9b72c2962a..ed7b50938e 100644 --- a/protocols/SkypeWeb/src/skype_polling.cpp +++ b/protocols/SkypeWeb/src/skype_polling.cpp @@ -151,7 +151,7 @@ void CSkypeProto::ProcessUserPresence(const JSONNode &node) debugLogA(__FUNCTION__);
std::string selfLink = node["selfLink"].as_string();
- std::string status = node["status"].as_string();
+ std::string status = node["availability"].as_string();
CMStringA skypename = UrlToSkypeId(selfLink.c_str());
if (!skypename.IsEmpty()) {
|
