Use XMPP in V2 webapp
commit30975b8951c8c131883b0da0944b130fc8d1f2ae
authorsergeyu <sergeyu@chromium.org>
Thu, 4 Sep 2014 06:37:18 +0000 (3 23:37 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 4 Sep 2014 06:41:33 +0000 (4 06:41 +0000)
tree462898a8b433b69360acdaa7ac085994a9bb959d
parente752fba625ff3d4f53726dd4bc1eb0a9c92e3c89
Use XMPP in V2 webapp

After this change the webapp will be use XMPP for signaling instead of
WCS.

BUG=274652

Review URL: https://codereview.chromium.org/530213004

Cr-Commit-Position: refs/heads/master@{#293273}
remoting/client/plugin/delegating_signal_strategy.cc
remoting/client/plugin/delegating_signal_strategy.h
remoting/remoting_webapp_files.gypi
remoting/webapp/client_session.js
remoting/webapp/session_connector.js
remoting/webapp/signal_strategy.js [new file with mode: 0644]
remoting/webapp/unittests/xmpp_connection_unittest.js
remoting/webapp/wcs_adapter.js [new file with mode: 0644]
remoting/webapp/xmpp_connection.js