2using System.Threading.Tasks;
41 string To = (await this.To.Evaluate(Arguments))?.ToString();
42 object Content = await this.Content.Evaluate(Arguments);
46 ContentXml = N.OuterXml;
48 throw new Exception(
"Expected XML content.");
Event arguments for responses to IQ queries.
Contains information about one XMPP address.
Defines an XMPP IQ Set action
override string LocalName
Local name
XmppIqSet()
Defines an XMPP IQ Set action
override async Task Execute(EvaluationArguments Arguments)
Evaluates the action node
override IStateMachineNode Create()
Creates a new node of the corresponding type.
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.
EDalerComponent EDaler
eDaler component.
LegalComponent Legal
Legal component
Variables Variables
Current set of variables.
Interface for State-Machine nodes