ST 12 and client version number

I am trying to understand some logs for st community in docker

Context:

Domino 12.0.2 on Linux (Rocky Linux 8.5), Sametime premium 12

HCL Notes client version: 12.0.1 FP1 (MAC Notarized)

Logs:

Sh serv ->

[866684:000009-00007F7638664700] HCL Domino (r) Server (64 Bit) (Build V1202_05192022 for Linux/64) 09-06-2022 08:20:13

Logs used: docker logs sametime_community_1

From notes Client:

stlog 2022-06-09 06:08:26.011 INFO 72 --- 140086958838464 : Login userId=CN=Jérôme Deniau,O=XXXXX organization= IP=192.168.0.72 app=(0x12a5)(4773) Sametime connectivity Direct client version 30.9000 (V9.0.0)

From Verse:

stlog 2022-06-09 06:14:53.235 INFO 72 --- 140086958838464 : Login userId=CN=Jérôme Deniau,O=XXXXX organization= IP=172.18.0.12 app=(0x14c3)(5315) Sametime connectivity No Type client version 30.9000 (V9.0.0)

Is V9.0.0 comes from the Notes client and the Domino server or the ST12 server?

Hi, another interesting thing is "Build V1202_0519"

Domino 12.0.2 on server side.

Jerome -

In these prints, the key part is

app=(0x14c3)(5315) - which is

Sametime 11 Proxy server (New Browser client)0x14C3

and

app=(0x12a5)(4773) - which is

Notes 12.0.1 (using embedded Sametime 11.6)0x12A5

https://support.hcltechsw.com/csm?id=kb_article&sysparm_article=KB0024444

Let me know if you have further questions -

Thanks Anthony8, is there a list somewhere? If I do understand it is quite the same thing than VPS_PREFERRED_LOGIN_TYPES?

@Vladislav Tatarincev (HCL Ambassador)

with regards to your question

the sametime client version is in bold below

stlog 2022-06-09 06:08:26.011 INFO 72 --- 140086958838464 : Login userId=CN=Jérôme Deniau,O=XXXXX organization= IP=192.168.0.72 app=(0x12a5)(4773)

stlog 2022-06-09 06:14:53.235 INFO 72 --- 140086958838464 : Login userId=CN=Jérôme Deniau,O=XXXXX organization= IP=172.18.0.12 app=(0x14c3)(5315)

Use this document: Table of Client types that are connecting to a Sametime server

to identify the client type.

in your example

IP=192.168.0.72 app=(0x12a5)(4773) : Notes 12.0.1 (using embedded Sametime 11.6)

IP=172.18.0.12 app=(0x14c3)(5315) : Sametime 11 Proxy server (New Browser client)

Please let me know if this was helpful and answers your questions.....

Thkx Daniel I've asked @Anthony Payne , but you gave me the link!