Static class managing the runtime environment of the IoT Gateway.
static XmppClient XmppClient
XMPP Client connection of gateway.
Returns the Full JID of a JID. If JID is a Bare JID, the Full JID of the last online presence is retu...
override string[] DefaultArgumentNames
Default Argument names
FullJid(ScriptNode Jid, int Start, int Length, Expression Expression)
Returns the Full JID of a JID. If JID is a Bare JID, the Full JID of the last online presence is retu...
override string FunctionName
Name of the function
override IElement EvaluateScalar(string Argument, Variables Variables)
Evaluates the function.
Maintains information about an item in the roster.
bool HasLastPresence
If the roster item has received presence from an online resource having the given bare JID.
string LastPresenceFullJid
Full JID of last resource sending online presence.
PresenceEventArgs LastPresence
Last presence received from a resource having this bare JID.
Script runtime exception.
Class managing a script expression.
Base class for funcions of one scalar variable.
ScriptNode Argument
Function argument.
Base class for all nodes in a parsed script tree.
int Length
Length of expression covered by node.
int Start
Start position in script expression.
Basic interface for all types of elements.