From d40327d99794ea13f761b0176604b9f643c780db Mon Sep 17 00:00:00 2001 From: win11 Date: Sat, 24 Feb 2024 17:02:58 +0300 Subject: [PATCH] add more clientDetails --- src/com/smartfoxserver/v2/SmartFox.hx | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/src/com/smartfoxserver/v2/SmartFox.hx b/src/com/smartfoxserver/v2/SmartFox.hx index 1638d55..b114e81 100644 --- a/src/com/smartfoxserver/v2/SmartFox.hx +++ b/src/com/smartfoxserver/v2/SmartFox.hx @@ -887,16 +887,28 @@ class SmartFox extends EventDispatcher "Linux" #elseif windows "Windows" + #elseif macos + "macOS" + #elseif ios + "iOS" #elseif cpp "C++" - #elseif js - "JavaScript" - #elseif html5 + #elseif (js || html5) "JavaScript" #elseif hl "HashLink" #elseif python "Python" + #elseif tizen + "Tizen" + #elseif cs + "C#" + #elseif cppia + "Cppia" + #elseif java + "Java" + #elseif php + "PHP" #else "Unknown" #end