Skip to content

Commit

Permalink
Sources were sync with upstream:
Browse files Browse the repository at this point in the history
Psi was updated.
  • Loading branch information
tehnick committed Jul 22, 2014
1 parent e3376ee commit bde9c7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/psiaccount.cpp
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion version
@@ -1 +1 @@
0.16.376 (2014-07-22)
0.16.376 (2014-07-23)

0 comments on commit bde9c7c

Please sign in to comment.