chore(core): Remove useDirectTLS
This commit is contained in:
@@ -28,7 +28,6 @@ void main() {
|
||||
)..connectionSettings = ConnectionSettings(
|
||||
jid: JID.fromString('component.localhost'),
|
||||
password: 'abc123',
|
||||
useDirectTLS: false,
|
||||
host: '127.0.0.1',
|
||||
port: 8888,
|
||||
);
|
||||
|
||||
@@ -29,7 +29,6 @@ void main() {
|
||||
)..connectionSettings = ConnectionSettings(
|
||||
jid: JID.fromString('testuser@localhost'),
|
||||
password: 'abc123',
|
||||
useDirectTLS: false,
|
||||
host: '127.0.0.1',
|
||||
port: 5222,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user