RE: [API] Setting ClientID John Fitz2 5.Sep.11 05:21 AM a Web browser Applications development 8.5.2 All Platforms
Hi Carl,
Thank you for your quick answer !
I tried to do the same (restricted to 8.5.2 clients only, so my java program use the 0x130D value) :
comService = (CommunityService)session.getCompApi(CommunityService.COMP_NAME);
comService.addLoginListener(this);
comService.setLoginType((short)0x130D);
comService.loginByPassword(serverName, login, password.toCharArray());
but it doesn't work, the connection fails with loginEvent.getReason() == -2147483645 (!!)
sametime.ini is
[Config]
VPS_ALLOWED_LOGIN_TYPES=130D
Do you see something wrong ?
Thank you
John.

[API] Setting ClientID (John Fitz2 1.Sep.11)
. . RE: [API] Setting ClientID (Carl Tyler 1.Sep.11)
. . . . RE: [API] Setting ClientID (John Fitz2 5.Sep.11)
. . . . . . RE: [API] Setting ClientID (Carl Tyler 5.Sep.11)
. . . . . . . . RE: [API] Setting ClientID (John Fitz2 20.Sep.11)
. . . . . . . . . . RE: [API] Setting ClientID (Carl Tyler 20.Sep.11)
|