From 5c60395e9693fc3c5949fc14fa8b371cc75fe9b1 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Fri, 26 Feb 2010 14:30:34 +0000 Subject: don't call generateStanzaHash when constructing RPC IQs, this is already done by the QXmppIq constructor --- source/QXmppRemoteMethod.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'source/QXmppRemoteMethod.cpp') diff --git a/source/QXmppRemoteMethod.cpp b/source/QXmppRemoteMethod.cpp index b0770df1..795b4709 100644 --- a/source/QXmppRemoteMethod.cpp +++ b/source/QXmppRemoteMethod.cpp @@ -10,7 +10,6 @@ QXmppRemoteMethod::QXmppRemoteMethod(const QString &jid, const QString &method, const QVariantList &args, QXmppClient *client) : QObject(client), m_client(client) { - m_payload.setId( generateStanzaHash() ); m_payload.setTo( jid ); m_payload.setFrom( client->getConfiguration().getJid() ); m_payload.setInterface( method.section('.', 0, 0 ) ); -- cgit v1.2.3