7 lines
79 B
Dart
7 lines
79 B
Dart
enum RoutingState {
|
|
error,
|
|
preConnection,
|
|
negotiating,
|
|
handleStanzas
|
|
}
|