diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-06-29 14:10:06 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-08-30 02:46:41 +0200 |
| commit | 6ecc6b6f0272a47d41ce5d619eaa779a29fcf9df (patch) | |
| tree | b304ad33ecadcd1209347b67d525506356d149f0 /login.cpp | |
| parent | 48cfe26383feb2fcf6638905060c605af8eb2c69 (diff) | |
WIP OMEMO
Diffstat (limited to 'login.cpp')
| -rw-r--r-- | login.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ void Login::setup(const QString &jid, const QString pwd, const QString &domain) cfg.setPassword(pwd); cfg.setAutoReconnectionEnabled(false); - const auto client = new Client; + const auto client = new Client(jid); connect(client, &Client::stateChanged, [d = domain, e = ui.error] (const Client::State state) |
