summaryrefslogtreecommitdiff
path: root/sametime/session.cpp
diff options
context:
space:
mode:
author(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2008-11-24 12:06:54 +0000
committer(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2008-11-24 12:06:54 +0000
commit2493987e8492b4b637693cc0e0564449d9a336ab (patch)
tree1b928eb39c9e2c8977568c606dc2f05d4cb6461b /sametime/session.cpp
parent942beff30d10baec95274eed06e1d995538c7f48 (diff)
fix utf conversion of status messages
handle 'in a meeting' status version change git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@430 4f64403b-2f21-0410-a795-97e2b3489a10
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];