Skip to content

Commit

Permalink
fix(example): Remove useDirectTLS
Browse files Browse the repository at this point in the history
  • Loading branch information
PapaTutuWawa committed Apr 9, 2023
1 parent 4d312b2 commit 2de1126
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example_flutter/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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(() {
Expand Down

0 comments on commit 2de1126

Please sign in to comment.