Chromium Code Reviews| Index: remoting/protocol/jingle_messages.cc |
| diff --git a/remoting/protocol/jingle_messages.cc b/remoting/protocol/jingle_messages.cc |
| index bc8846a0e3833bef62fa6f3fd8ec1b554d4f1577..b52a297c2c221de2900ebc60f25f8eef285a4510 100644 |
| --- a/remoting/protocol/jingle_messages.cc |
| +++ b/remoting/protocol/jingle_messages.cc |
| @@ -44,6 +44,7 @@ const NameMapElement<JingleMessage::ActionType> kActionTypes[] = { |
| const NameMapElement<JingleMessage::Reason> kReasons[] = { |
| { JingleMessage::SUCCESS, "success" }, |
| { JingleMessage::DECLINE, "decline" }, |
| + { JingleMessage::DOMAIN_MISMATCH, "domain-mismatch" }, |
|
Sergey Ulanov
2016/05/20 00:07:05
The XMPP spec defines list of the reasons, and "do
kelvinp
2016/05/20 22:44:12
I don't think you have addressed Sergey's comment
|
| { JingleMessage::CANCEL, "cancel" }, |
| { JingleMessage::EXPIRED, "expired" }, |
| { JingleMessage::GENERAL_ERROR, "general-error" }, |