feat(core): Make the ping manager optional
This commit is contained in:
@@ -168,7 +168,6 @@ void main() {
|
||||
PresenceManager(),
|
||||
MessageManager(),
|
||||
RosterManager(TestingRosterStateManager(null, [])),
|
||||
PingManager(),
|
||||
]);
|
||||
connection
|
||||
..registerFeatureNegotiators([
|
||||
|
||||
Reference in New Issue
Block a user