|
|
Verify that xmpp_login specified in the config matches auth token.
Previously the host would ignore the case when the oauth token doesn't
match the xmpp_login specified in the config. That would lead to situations
when host is connected with one account, but verifies incoming connections
with a different account. Fix this by verifying that the JID that we receive
from XMPP server matches the value in the config.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=136745
Total comments: 11
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+137 lines, -23 lines) |
Patch |
 |
M |
remoting/host/remoting_me2me_host.cc
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/host/signaling_connector.h
|
View
|
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
remoting/host/signaling_connector.cc
|
View
|
1
|
4 chunks |
+14 lines, -5 lines |
0 comments
|
Download
|
 |
M |
remoting/host/simple_host_process.cc
|
View
|
|
7 chunks |
+38 lines, -5 lines |
0 comments
|
Download
|
 |
M |
remoting/jingle_glue/fake_signal_strategy.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/jingle_glue/fake_signal_strategy.cc
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/jingle_glue/javascript_signal_strategy.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/jingle_glue/javascript_signal_strategy.cc
|
View
|
1
2
3
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/jingle_glue/mock_objects.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/jingle_glue/signal_strategy.h
|
View
|
1
2
3
|
3 chunks |
+12 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/jingle_glue/xmpp_signal_strategy.h
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/jingle_glue/xmpp_signal_strategy.cc
|
View
|
1
2
3
|
6 chunks |
+44 lines, -2 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|