Global Variables
There are 2 types of global variables, Global and Global user.
Global
Set:
$setVar[name;value]Get:
$getVar[name]Global user
Set:
$setGlobalUserVar[name;value;user jid (optional)]Get:
$getGlobalUserVar[name;user jid (optional)]Last updated