summaryrefslogtreecommitdiff
path: root/sametime/session.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sametime/session.cpp')
-rw-r--r--sametime/session.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/sametime/session.cpp b/sametime/session.cpp
index 1f09da1..e1c18f9 100644
--- a/sametime/session.cpp
+++ b/sametime/session.cpp
@@ -181,6 +181,9 @@ void __cdecl SessionSetUserStatus(struct mwSession *session) {
return;
}
break;
+ case 8: // new 'in a meeting' status, not handled by meanwhile lib
+ new_status = ID_STATUS_OCCUPIED;
+ break;
default:
{
char buff[512];