Merge branch 'netflux' of github.com:xwiki-labs/cryptpad into netflux
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user