diff options
Diffstat (limited to 'tests/sasl.cpp')
| -rw-r--r-- | tests/sasl.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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; |
