From b9ec343db542bd36003175cadce1e901a5960079 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Mon, 9 Aug 2010 17:04:06 +0000 Subject: deprecated QXmppClient::getConfiguration --- example/example_4_callHandling/xmppClient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/example_4_callHandling/xmppClient.cpp') diff --git a/example/example_4_callHandling/xmppClient.cpp b/example/example_4_callHandling/xmppClient.cpp index 93bbba07..48c35391 100644 --- a/example/example_4_callHandling/xmppClient.cpp +++ b/example/example_4_callHandling/xmppClient.cpp @@ -101,7 +101,7 @@ void xmppClient::slotPresenceReceived(const QXmppPresence &presence) // if we are the recipient, or if the presence is not from the recipient, // do nothing - if (getConfiguration().jidBare() == recipient || + if (configuration().jidBare() == recipient || jidToBareJid(presence.from()) != recipient || presence.type() != QXmppPresence::Available) return; -- cgit v1.2.3