From 2de1126fa90f518d4e9f0642af032f79d34ddf9f Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sun, 9 Apr 2023 13:14:06 +0200 Subject: [PATCH] fix(example): Remove useDirectTLS --- example_flutter/lib/main.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/example_flutter/lib/main.dart b/example_flutter/lib/main.dart index d0a6147..c30ba5c 100644 --- a/example_flutter/lib/main.dart +++ b/example_flutter/lib/main.dart @@ -111,7 +111,6 @@ class _MyHomePageState extends State { connection.connectionSettings = ConnectionSettings( jid: JID.fromString(jidController.text), password: passwordController.text, - useDirectTLS: true, ); final result = await connection.connect(waitUntilLogin: true); setState(() {