diff --git a/src/accounts/xmpp/sip/XmppSip.cpp b/src/accounts/xmpp/sip/XmppSip.cpp index bf6bc488a..cb2599974 100644 --- a/src/accounts/xmpp/sip/XmppSip.cpp +++ b/src/accounts/xmpp/sip/XmppSip.cpp @@ -261,9 +261,10 @@ XmppSipPlugin::disconnectPlugin() publishTune( QUrl(), Tomahawk::InfoSystem::InfoStringHash() ); - m_client->disconnectFromServer( true ); m_state = Account::Disconnecting; emit stateChanged( m_state ); + + m_client->disconnectFromServer( true ); }