Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
XmppS2sState.cs
2{
6 public enum XmppS2sState
7 {
11 Offline,
12
16 Connecting,
17
21 StreamNegotiation,
22
26 StreamOpened,
27
31 StartingEncryptionAsClient,
32
36 StartingEncryptionAsServer,
37
41 Verifying,
42
46 Dialback,
47
51 Connected,
52
56 Error
57 }
58}
XmppS2sState
State of XMPP connection.
Definition: XmppS2sState.cs:7