aboutsummaryrefslogtreecommitdiff
path: root/example/example_4_callHandling/main.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-08-09 17:04:06 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-08-09 17:04:06 +0000
commitb9ec343db542bd36003175cadce1e901a5960079 (patch)
tree3daf51e45a68dd855da54d9a3e082839535830ec /example/example_4_callHandling/main.cpp
parent389bec1132aea986e327e984bc5b176bcbc02d04 (diff)
downloadqxmpp-b9ec343db542bd36003175cadce1e901a5960079.tar.gz
deprecated QXmppClient::getConfiguration
Diffstat (limited to 'example/example_4_callHandling/main.cpp')
-rw-r--r--example/example_4_callHandling/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/example/example_4_callHandling/main.cpp b/example/example_4_callHandling/main.cpp
index 3bcc8376..9341ba6a 100644
--- a/example/example_4_callHandling/main.cpp
+++ b/example/example_4_callHandling/main.cpp
@@ -44,7 +44,6 @@ int main(int argc, char *argv[])
const QString username = (!strcmp(argv[1], "send")) ? QLatin1String("qxmpp.test1") : QLatin1String("qxmpp.test2");
xmppClient client;
- client.getConfiguration().setUseSASLAuthentication( false );
client.connectToServer("talk.google.com", username, "qxmpp123", "gmail.com");
return a.exec();
}