From 6ecc6b6f0272a47d41ce5d619eaa779a29fcf9df Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Thu, 29 Jun 2023 14:10:06 +0200 Subject: WIP OMEMO --- xxcc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xxcc.cpp') diff --git a/xxcc.cpp b/xxcc.cpp index 9001aaa..f0ed464 100644 --- a/xxcc.cpp +++ b/xxcc.cpp @@ -115,7 +115,7 @@ void xxcc::connectAccounts(const QList &pairs) cfg.setPassword(p.second); cfg.setAutoReconnectionEnabled(true); - const auto client = new Client; + const auto client = new Client(p.first); addAccount(client); client->connectToServer(cfg); -- cgit v1.2.3