64 protected override string EndpointType =>
"urn:xmpp:alt-connections:xbosh";
Root node of a simulation model
string InstanceId
ID of actor instance.
int InstanceIndex
Actor instance index.
XMPP Actor connecting to the XMPP network using BOSH (HTTP).
XmppActorBosh(ISimulationNode Parent, Model Model, int InstanceIndex, string InstanceId)
XMPP Actor connecting to the XMPP network using BOSH (HTTP).
override string LocalName
Local name of XML element defining contents of class.
override string EndpointType
Type of XRD link representing endpoint.
override XmppActor CreateInstanceObject(int InstanceIndex, string InstanceId)
Creates an instance object of the XMPP actor, and initializes it.
override ISimulationNode Create(ISimulationNode Parent, Model Model)
Creates a new instance of the node.
XmppActorBosh(ISimulationNode Parent, Model Model)
XMPP Actor connecting to the XMPP network using BOSH (HTTP).
Abstract base class for XMPP actors with custom endpoint.
Abstract base class for XMPP actors.
Basic interface for simulator nodes. Implementing this interface allows classes with default contruct...
ISimulationNode Parent
Parent node in the simulation model.