diff options
Diffstat (limited to 'example/example_5_rpcInterface/main.cpp')
| -rw-r--r-- | example/example_5_rpcInterface/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/example_5_rpcInterface/main.cpp b/example/example_5_rpcInterface/main.cpp index 14445caa..65cecf2f 100644 --- a/example/example_5_rpcInterface/main.cpp +++ b/example/example_5_rpcInterface/main.cpp @@ -33,7 +33,7 @@ int main(int argc, char *argv[]) QXmppLogger::getLogger()->setLoggingType(QXmppLogger::StdoutLogging); rpcClient client; - client.getConfiguration().setUseSASLAuthentication( false ); + client.configuration().setUseSASLAuthentication( false ); client.connectToServer("jabber.geiseri.com", "server", "Passw0rd", "geiseri.com"); return a.exec(); } |
