|
|
Remove dependency on XMPP implementation in WebRTC
Now XMPP is implemented directly in remoting/signaling instead of
relying on WebRTC. The new code is mostly just a translation of
the XMPP implementation we use in the webapp from JavaScript to
C++ and uses the same layout and class names, except that the main
class is called XmppSignalStrategy instead of XmppConnection.
BUG= 459756, 443806, 417336
Committed: https://crrev.com/76d9000d15c864bb96db8adea06441689517aa00
Cr-Commit-Position: refs/heads/master@{#319712}
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1615 lines, -220 lines) |
Patch |
 |
M |
remoting/remoting.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/remoting_nacl.gyp
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/remoting_srcs.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/remoting_test.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/signaling/signal_strategy.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
remoting/signaling/xmpp_login_handler.h
|
View
|
1
2
3
4
5
|
1 chunk |
+142 lines, -0 lines |
0 comments
|
Download
|
 |
A |
remoting/signaling/xmpp_login_handler.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+241 lines, -0 lines |
0 comments
|
Download
|
 |
A |
remoting/signaling/xmpp_login_handler_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+223 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/signaling/xmpp_signal_strategy.h
|
View
|
1
|
2 chunks |
+6 lines, -49 lines |
0 comments
|
Download
|
 |
M |
remoting/signaling/xmpp_signal_strategy.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+416 lines, -171 lines |
0 comments
|
Download
|
 |
A |
remoting/signaling/xmpp_signal_strategy_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+268 lines, -0 lines |
0 comments
|
Download
|
 |
A |
remoting/signaling/xmpp_stream_parser.h
|
View
|
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
 |
A |
remoting/signaling/xmpp_stream_parser.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+171 lines, -0 lines |
0 comments
|
Download
|
 |
A |
remoting/signaling/xmpp_stream_parser_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+94 lines, -0 lines |
0 comments
|
Download
|
Total messages: 58 (32 generated)
|