// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "remoting/signaling/xmpp_constants.h" namespace remoting { const char kIqTypeSet[] = …; const char kIqTypeResult[] = …; const char kIqTypeError[] = …; const jingle_xmpp::StaticQName kQNameIq = …; const jingle_xmpp::StaticQName kQNameId = …; const jingle_xmpp::StaticQName kQNameType = …; const jingle_xmpp::StaticQName kQNameTo = …; const jingle_xmpp::StaticQName kQNameFrom = …; } // namespace remoting