aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppStream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/QXmppStream.cpp')
-rw-r--r--source/QXmppStream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/QXmppStream.cpp b/source/QXmppStream.cpp
index 4a0e7fe5..6fe1ae5d 100644
--- a/source/QXmppStream.cpp
+++ b/source/QXmppStream.cpp
@@ -118,7 +118,7 @@ QXmppStream::~QXmppStream()
QXmppConfiguration& QXmppStream::configuration()
{
- return m_client->getConfiguration();
+ return m_config;
}
void QXmppStream::connect()