fix messager recordings/events/downloads

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
si458
2025-04-13 01:03:16 +01:00
parent ea692073fb
commit 41d9241625
5 changed files with 1456 additions and 1416 deletions

View File

@@ -16510,7 +16510,8 @@
158: "Displaying alert box, title=\"{0}\", message=\"{1}\"",
159: "Device Powered On",
160: "Enabled Duo two-factor authentication",
161: "Disabled Duo two-factor authentication"
161: "Disabled Duo two-factor authentication",
162: "Started messenger session \"{0}\" from {1} to {2}"
};
var eventsShortMessageId = {
@@ -18749,6 +18750,7 @@
if (rec.protocol == 5) { protocolStr = "Files"; }
if (rec.protocol == 100) { protocolStr = "Intel&reg; AMT WSMAN"; }
if (rec.protocol == 101) { protocolStr = "Intel&reg; AMT Redirection"; }
if (rec.protocol == 200) { protocolStr = "Messenger"; }
x += addHtmlValue4("Protocol", protocolStr);
}
x += addHtmlValue4("Status", (rec.present == 1) ? "Present on server" : "Not on server");