summaryrefslogtreecommitdiff
path: root/protocols/Teams/src
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Teams/src')
-rw-r--r--protocols/Teams/src/teams_polling.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Teams/src/teams_polling.cpp b/protocols/Teams/src/teams_polling.cpp
index d71d17e2e2..ca59ac8f6a 100644
--- a/protocols/Teams/src/teams_polling.cpp
+++ b/protocols/Teams/src/teams_polling.cpp
@@ -151,7 +151,7 @@ void CTeamsProto::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()) {