Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Unified Diff: remoting/protocol/jingle_messages.cc

Issue 1987163002: Add DOMAIN_MISMATCH message end to end (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Keep the order of ChromotingEvent list Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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" },

Powered by Google App Engine
This is Rietveld 408576698