aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppRemoteMethod.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-02-26 14:30:34 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-02-26 14:30:34 +0000
commit5c60395e9693fc3c5949fc14fa8b371cc75fe9b1 (patch)
treeeeea737427623606925af9939c530eaee4755ab3 /source/QXmppRemoteMethod.cpp
parent7a0dedab8d13d2ff09ef4a39ed2b755b4193ebc4 (diff)
downloadqxmpp-5c60395e9693fc3c5949fc14fa8b371cc75fe9b1.tar.gz
don't call generateStanzaHash when constructing RPC IQs, this is already done by the QXmppIq constructor
Diffstat (limited to 'source/QXmppRemoteMethod.cpp')
-rw-r--r--source/QXmppRemoteMethod.cpp1
1 files changed, 0 insertions, 1 deletions
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 ) );