Merge branch 'netflux' of github.com:xwiki-labs/cryptpad into netflux

This commit is contained in:
Yann Flory
2016-03-11 17:15:55 +01:00
2 changed files with 4 additions and 1 deletions

View File

@@ -11,3 +11,6 @@ www/code/rangy.js
storage/kad.js storage/kad.js
www/common/otaml.js www/common/otaml.js
www/common/diffDOM.js www/common/diffDOM.js
www/common/netflux.js
NetFluxWebsocketServer.js
WebRTCSrv.js

View File

@@ -33,7 +33,7 @@ define([
websocketURL: Config.websocketURL, websocketURL: Config.websocketURL,
userName: Crypto.rand64(8), userName: Crypto.rand64(8),
channel: key.channel, channel: key.channel,
key.cryptKey cryptKey: key.cryptKey
}; };
var rttext = RTText.start(config); var rttext = RTText.start(config);