| Index: remoting/host/register_support_host_request.cc
|
| diff --git a/remoting/host/register_support_host_request.cc b/remoting/host/register_support_host_request.cc
|
| index 3c47daba239a0001c85632c04b9597be433fa078..38d3c4a2fa76caddaa85239c4be40590dbbb643d 100644
|
| --- a/remoting/host/register_support_host_request.cc
|
| +++ b/remoting/host/register_support_host_request.cc
|
| @@ -63,8 +63,8 @@ void RegisterSupportHostRequest::OnSignallingConnected(
|
| request_->set_callback(base::Bind(
|
| &RegisterSupportHostRequest::ProcessResponse, base::Unretained(this)));
|
|
|
| - request_->SendIq(buzz::STR_SET, kChromotingBotJid,
|
| - CreateRegistrationRequest(jid));
|
| + request_->SendIq(IqRequest::MakeIqStanza(
|
| + buzz::STR_SET, kChromotingBotJid, CreateRegistrationRequest(jid)));
|
| }
|
|
|
| void RegisterSupportHostRequest::OnSignallingDisconnected() {
|
|
|