Bug 1020876 Route desktop client XHRs though the mozLoop API to share hawk implementation with MozLoopService. r=ttaubert

This commit is contained in:
Mark Banner
2014-07-03 09:23:38 +01:00
parent dd132814d4
commit fc95650368
25 changed files with 712 additions and 1971 deletions

View File

@@ -137,7 +137,7 @@ loop.conversation = (function(OT, mozL10n) {
accept: function() {
window.navigator.mozLoop.stopAlerting();
this._conversation.initiate({
baseServerUrl: window.navigator.mozLoop.serverUrl,
client: new loop.Client(),
outgoing: false
});
},