Files
moxxy/lib/xmpp/routing.dart

7 lines
79 B
Dart

enum RoutingState {
error,
preConnection,
negotiating,
handleStanzas
}