diff --git a/src/accounts/hatchet/sip/WebSocket.cpp b/src/accounts/hatchet/sip/WebSocket.cpp index 6d6a7975f..e1efdca97 100644 --- a/src/accounts/hatchet/sip/WebSocket.cpp +++ b/src/accounts/hatchet/sip/WebSocket.cpp @@ -86,6 +86,8 @@ WebSocket::setAuthorizationHeader( const QString &authorizationHeader ) return; } + m_authorizationHeader = authorizationHeader; + // We'll let automatic reconnection handle things if ( m_socket && m_socket->isEncrypted() ) {