From 6c0482b3e2e7156d930de2a0684075aacfddad69 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Thu, 4 Mar 2010 19:07:48 +0000 Subject: remove deprecated functions calls of QXmppBind --- source/QXmppStream.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source') diff --git a/source/QXmppStream.cpp b/source/QXmppStream.cpp index fabb02d9..83ed747d 100644 --- a/source/QXmppStream.cpp +++ b/source/QXmppStream.cpp @@ -1067,8 +1067,8 @@ void QXmppStream::processBindIq(const QXmppBind& bind) switch(bind.type()) { case QXmppIq::Result: - if(!bind.getResource().isEmpty()) - getConfiguration().setResource(bind.getResource()); + if(!bind.resource().isEmpty()) + getConfiguration().setResource(bind.resource()); if(m_sessionAvaliable) sendSessionIQ(); break; -- cgit v1.2.3