diff options
author | Szymon Tokarz <wsx22@o2.pl> | 2016-01-15 15:23:41 +0000 |
---|---|---|
committer | Szymon Tokarz <wsx22@o2.pl> | 2016-01-15 15:23:41 +0000 |
commit | 197cf5ca922d695811fcd8ba790efa2528696971 (patch) | |
tree | d940fe9d1cff084c8a44813494208cada38ac639 /protocols/Sametime/src/sametime_proto.h | |
parent | 1ae304a4410733bbbeace1c4a62c458cbec8a00a (diff) |
Sametime Protocol:
- improve login redirect session status support, force login to current server if no new host parameter in redirect message (like in https://developer.pidgin.im/ticket/7563 )
- new database protocol parameter "ForceLogin", if set to 1 - force login to Sametime server after any login redirect message
git-svn-id: http://svn.miranda-ng.org/main/trunk@16094 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Sametime/src/sametime_proto.h')
-rw-r--r-- | protocols/Sametime/src/sametime_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Sametime/src/sametime_proto.h b/protocols/Sametime/src/sametime_proto.h index 35082ecd23..7b51b77476 100644 --- a/protocols/Sametime/src/sametime_proto.h +++ b/protocols/Sametime/src/sametime_proto.h @@ -113,6 +113,7 @@ struct CSametimeProto : public PROTO<CSametimeProto> void InitSessionMenu();
int LogIn(int status, HANDLE hNetlibUser);
int LogOut();
+ int OnLogInRedirect(char* newHost);
int SetSessionStatus(int status);
void UpdateSelfStatus();
int SetIdle(bool idle);
|