summaryrefslogtreecommitdiff
path: root/protocols/Sametime/src/sametime_session.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Sametime/src/sametime_session.cpp')
-rw-r--r--protocols/Sametime/src/sametime_session.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Sametime/src/sametime_session.cpp b/protocols/Sametime/src/sametime_session.cpp
index ceeb2d97a8..b00b97457c 100644
--- a/protocols/Sametime/src/sametime_session.cpp
+++ b/protocols/Sametime/src/sametime_session.cpp
@@ -65,7 +65,6 @@ void CSametimeProto::InitMeanwhileServices()
mwSession_setProperty(session, "PROTO_STRUCT_PTR", this, NULL);
- ///TODO InitMeanwhileServices DeinitMeanwhileServices on LogIn LogOut, do not need restart
mwSession_setProperty(session, mwSession_AUTH_USER_ID, options.id, NULL);
mwSession_setProperty(session, mwSession_AUTH_PASSWORD, options.pword, NULL);
mwSession_setProperty(session, mwSession_CLIENT_TYPE_ID, (void*)options.client_id, NULL);