aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppRemoteMethod.cpp
diff options
context:
space:
mode:
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 ) );