diffusion
Advanced tools
Comparing version 5.9.4 to 5.9.5
{ | ||
"name": "diffusion", | ||
"version": "5.9.4", | ||
"version": "5.9.5", | ||
"description": "Diffusion Javascript UCI client", | ||
@@ -5,0 +5,0 @@ "keywords" : ["diffusion", "reappt", "websockets", "data"], |
@@ -113,3 +113,3 @@ ## Diffusion JavaScript API | ||
* Connect the JavaScript client to Diffusion or Reappt by using the [diffusion.connect](diffusion.html#connect) method. | ||
* Connect the JavaScript client to Diffusion or Diffusion Cloud by using the [diffusion.connect](diffusion.html#connect) method. | ||
@@ -116,0 +116,0 @@ * To change the security principal that the client is connected with, use the [changePrincipal](Session.security.html#changePrincipal) method. |
@@ -36,5 +36,5 @@ var SessionImpl = require('session/session-impl'); | ||
*/ | ||
version: '5.9.4', | ||
version: '5.9.5', | ||
build: '4_dev#internal', | ||
build: '5_01#45519', | ||
@@ -41,0 +41,0 @@ /** |
@@ -141,3 +141,3 @@ var DEFAULT_HOST = 'localhost'; | ||
* <P> | ||
* <h5>Reconnection:</h5> | ||
* <h5>Transports:</h5> | ||
* The <code>transports</code> property configures how the session should connect. It can be set to either a | ||
@@ -144,0 +144,0 @@ * <code>string</code>, or an <code>array</code> of strings to provide a transport cascading capability. |
647812