node-nim 10.10.10-beta.73 → 10.10.10-beta.83
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -2881,6 +2881,8 @@ export interface V2NIMConnectionInfo {
|
|
|
2881
2881
|
target: string;
|
|
2882
2882
|
/** 一个域名可能解析出多个 IP 地址,最终选择建连的地址 */
|
|
2883
2883
|
ipAddress: string;
|
|
2884
|
+
/** TLS 证书 hostname 校验使用的域名,未配置时为空 @since v10.9.90 */
|
|
2885
|
+
tlsVerifyHostname?: string;
|
|
2884
2886
|
/** 错误码 */
|
|
2885
2887
|
code: number;
|
|
2886
2888
|
}
|