From 794dced277972f373b3b2fdee5ccd4f81a1d6cc5 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Fri, 4 Apr 2014 10:53:59 -0400 Subject: [PATCH] Actually set the authorization header --- src/accounts/hatchet/sip/WebSocket.cpp | 2 ++ 1 file changed, 2 insertions(+) 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() ) {