fix(example): Remove useDirectTLS
This commit is contained in:
parent
4d312b2100
commit
2de1126fa9
@ -111,7 +111,6 @@ class _MyHomePageState extends State<MyHomePage> {
|
||||
connection.connectionSettings = ConnectionSettings(
|
||||
jid: JID.fromString(jidController.text),
|
||||
password: passwordController.text,
|
||||
useDirectTLS: true,
|
||||
);
|
||||
final result = await connection.connect(waitUntilLogin: true);
|
||||
setState(() {
|
||||
|
Loading…
Reference in New Issue
Block a user