From fc010e259215f270c2c400c682feadf6d4d570c9 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Fri, 20 Jul 2012 09:21:12 +0200 Subject: SASL: don't hardcode service type --- tests/sasl.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/sasl.cpp') diff --git a/tests/sasl.cpp b/tests/sasl.cpp index 0de2592b..6d2e4244 100644 --- a/tests/sasl.cpp +++ b/tests/sasl.cpp @@ -63,7 +63,8 @@ void tst_QXmppSaslClient::testDigestMd5() client->setUsername("qxmpp1"); client->setPassword("qxmpp123"); - client->setServer("jabber.ru"); + client->setHost("jabber.ru"); + client->setServiceType("xmpp"); // initial step returns nothing QByteArray response; -- cgit v1.2.3