diff options
Diffstat (limited to 'source/QXmppRemoteMethod.cpp')
| -rw-r--r-- | source/QXmppRemoteMethod.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/QXmppRemoteMethod.cpp b/source/QXmppRemoteMethod.cpp index 635242ad..71a53394 100644 --- a/source/QXmppRemoteMethod.cpp +++ b/source/QXmppRemoteMethod.cpp @@ -11,7 +11,7 @@ QXmppRemoteMethod::QXmppRemoteMethod(const QString &jid, const QString &method, QObject(client), m_client(client) { m_payload.setTo( jid ); - m_payload.setFrom( client->getConfiguration().jid() ); + m_payload.setFrom( client->configuration().jid() ); m_payload.setInterface( method.section('.', 0, 0 ) ); m_payload.setMethod( method.section('.', 1) ); m_payload.setArguments( args ); |
