aboutsummaryrefslogtreecommitdiff
path: root/examples/example_5_rpcInterface/main.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-09-01 06:46:16 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-09-01 06:46:16 +0000
commit8947d5167fbcfe50627ff194f83a22d087693df7 (patch)
tree653e68c26e8592e4d0b4343e0c0f2055167498bf /examples/example_5_rpcInterface/main.cpp
parenteab5e966ef4d3ec21863b67765851105ddb15763 (diff)
downloadqxmpp-8947d5167fbcfe50627ff194f83a22d087693df7.tar.gz
replace calls to setPasswd() by setPassword()
Diffstat (limited to 'examples/example_5_rpcInterface/main.cpp')
-rw-r--r--examples/example_5_rpcInterface/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example_5_rpcInterface/main.cpp b/examples/example_5_rpcInterface/main.cpp
index 4767275e..6955e80e 100644
--- a/examples/example_5_rpcInterface/main.cpp
+++ b/examples/example_5_rpcInterface/main.cpp
@@ -35,7 +35,7 @@ int main(int argc, char *argv[])
QXmppConfiguration config;
config.setUser("server");
config.setDomain("geiseri.com");
- config.setPasswd("Passw0rd");
+ config.setPassword("Passw0rd");
config.setHost("jabber.geiseri.com");
config.setUseSASLAuthentication( false );