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.");
50 await Arguments.
Legal.Server.SendMessage(
string.Empty,
string.Empty,
Contains information about one XMPP address.
Defines an XMPP Message action
override string LocalName
Local name
override async Task Execute(EvaluationArguments Arguments)
Evaluates the action node
XmppMessage()
Defines an XMPP Message action
override IStateMachineNode Create()
Creates a new node of the corresponding type.
Abstract base class for XMPP operations.
Notes.Content Content
Content value
Contains information required for evaluating script in a state-machine.
EDalerComponent EDaler
eDaler component.
LegalComponent Legal
Legal component
Interface for State-Machine nodes