1using System.Threading.Tasks;
41 string To = (await this.To.Evaluate(Arguments))?.ToString();
42 object Content = await this.Content.Evaluate(Arguments);
46 ContentXml = N.OuterXml;
Event arguments for responses to IQ queries.
Contains information about one XMPP address.
Exception related to state machine.
Defines an XMPP IQ Get action
XmppIqGet()
Defines an XMPP IQ Get action
override IStateMachineNode Create()
Creates a new node of the corresponding type.
override async Task Execute(EvaluationArguments Arguments)
Evaluates the action node
override string LocalName
Local name
Notes.Content Content
Content value
Abstract base class for XMPP requests.
string ResponseVariable
Optional response variable.
Contains information required for evaluating script in a state-machine.
StateMachine Machine
Reference to state-machine definition.
EDalerComponent EDaler
eDaler component.
LegalComponent Legal
Legal component
Variables Variables
Current set of variables.
Interface for State-Machine nodes