diff options
| -rw-r--r-- | Swiften/Client/CoreClient.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/Client/CoreClient.cpp b/Swiften/Client/CoreClient.cpp index a223e3d..f6a3f20 100644 --- a/Swiften/Client/CoreClient.cpp +++ b/Swiften/Client/CoreClient.cpp @@ -277,6 +277,7 @@ void CoreClient::handleDataWritten(const SafeByteArray& data) {  void CoreClient::handleStanzaChannelAvailableChanged(bool available) {  	if (available) { +		iqRouter_->setJID(session_->getLocalJID());  		handleConnected();  		onConnected();  	}  | 
 Swift