style: Fix linter warnings
This commit is contained in:
parent
3bb6c457d6
commit
cc290aa5c4
@ -672,8 +672,6 @@ class XmppConnection {
|
||||
});
|
||||
_currentNegotiator = null;
|
||||
|
||||
_log.finest('Mandatory negotiation done: ${_isMandatoryNegotiationDone(_streamFeatures)}');
|
||||
_log.finest('isNegotiationPossible: ${_isNegotiationPossible(_streamFeatures)}');
|
||||
if (_isMandatoryNegotiationDone(_streamFeatures) && !_isNegotiationPossible(_streamFeatures)) {
|
||||
_log.finest('Negotiations done!');
|
||||
_updateRoutingState(RoutingState.handleStanzas);
|
||||
@ -713,8 +711,7 @@ class XmppConnection {
|
||||
await _checkCurrentNegotiator();
|
||||
}
|
||||
} else if (_currentNegotiator!.state == NegotiatorState.skipRest) {
|
||||
_log.finest('Negotiator wants to skip the remaining negotiation...');
|
||||
_log.finest('Negotiations (assumed) done!');
|
||||
_log.finest('Negotiator wants to skip the remaining negotiation... Negotiations (assumed) done!');
|
||||
|
||||
_updateRoutingState(RoutingState.handleStanzas);
|
||||
await _onNegotiationsDone();
|
||||
|
@ -1,8 +1,8 @@
|
||||
import 'package:moxxyv2/xmpp/events.dart';
|
||||
import 'package:moxxyv2/xmpp/managers/namespaces.dart';
|
||||
import 'package:moxxyv2/xmpp/namespaces.dart';
|
||||
import 'package:moxxyv2/xmpp/negotiators/namespaces.dart';
|
||||
import 'package:moxxyv2/xmpp/negotiators/negotiator.dart';
|
||||
import 'package:moxxyv2/xmpp/managers/namespaces.dart';
|
||||
import 'package:moxxyv2/xmpp/stringxml.dart';
|
||||
import 'package:moxxyv2/xmpp/xeps/xep_0198/xep_0198.dart';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user