From e4759d35ca5fa956650235b680b3c3b3ac13ffcf Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Thu, 26 Aug 2021 19:28:14 +0200 Subject: Make it possible to send QXmppNonzas over streams --- src/client/QXmppClient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/QXmppClient.h') diff --git a/src/client/QXmppClient.h b/src/client/QXmppClient.h index a6502305..9a977074 100644 --- a/src/client/QXmppClient.h +++ b/src/client/QXmppClient.h @@ -316,7 +316,7 @@ public Q_SLOTS: void connectToServer(const QString &jid, const QString &password); void disconnectFromServer(); - bool sendPacket(const QXmppStanza &); + bool sendPacket(const QXmppNonza &); void sendMessage(const QString &bareJid, const QString &message); private Q_SLOTS: -- cgit v1.2.3