From bde9c7c9e3cdf2f780b3b4fb789df15b0da9fedd Mon Sep 17 00:00:00 2001 From: Boris Pek Date: Wed, 23 Jul 2014 00:15:11 +0400 Subject: [PATCH] Sources were sync with upstream: Psi was updated. --- src/psiaccount.cpp | 3 +++ version | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/psiaccount.cpp b/src/psiaccount.cpp index 9d2de443e..0b46a2d68 100644 --- a/src/psiaccount.cpp +++ b/src/psiaccount.cpp @@ -1865,6 +1865,9 @@ void PsiAccount::forceDisconnect(bool fast, const XMPP::Status &s) // send logout status d->client->groupChatLeaveAll(PsiOptions::instance()->getOption("options.muc.leave-status-message").toString()); d->client->setPresence(s); + + // we are not going to restore session if we a here? + d->stream->setSMState(ClientStream::SMState()); } isDisconnecting = true; diff --git a/version b/version index 69ab6a443..b68954f28 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.16.376 (2014-07-22) +0.16.376 (2014-07-23)