Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
QueuedStanza.cs
1
using
System;
2
3
namespace
Waher.Networking.XMPP.Server.S2S
4
{
5
internal
class
QueuedStanza
6
{
7
internal
string
StanzaType;
8
internal
string
Type;
9
internal
string
Id;
10
internal
XmppAddress
To;
11
internal
XmppAddress
From;
12
internal
string
Language;
13
internal
string
ContentXml;
14
internal
ISender
Sender;
15
}
16
}
Waher.Networking.XMPP.Server.XmppAddress
Contains information about one XMPP address.
Definition:
XmppAddress.cs:9
Waher.Networking.XMPP.Server.ISender
Interface for senders of stanzas.
Definition:
ISender.cs:10
Waher.Networking.XMPP.Server.S2S
Definition:
QueuedStanza.cs:4
Waher.Networking.XMPP.Server
S2S
QueuedStanza.cs
Generated by
1.9.5