Jump to: navigation, search
(Update with the copy of version: 8.5.2DRAFT)
(Update with the copy of version: 8.5.2DRAFT)
Line 4: Line 4:
 
Genesys Web Services uses CometD to deliver unsolicited notifications to clients for real-time events, such as getting a new call or chat message. At runtime, CometD uses the best technology available to deliver messages, providing clients with a consistent approach while maintaining support for multiple browsers.
 
Genesys Web Services uses CometD to deliver unsolicited notifications to clients for real-time events, such as getting a new call or chat message. At runtime, CometD uses the best technology available to deliver messages, providing clients with a consistent approach while maintaining support for multiple browsers.
  
For example, if the browser supports websockets, the websocket transport would be selected when the connection is negotiated. If the browser does not support websockets, other techniques such as long polling can be used to provide the same result.
+
{{NoteFormat|Workspace Web Edition & Web Services does not currently support web sockets.}}
 +
<!--For example, if the browser supports websockets, the websocket transport would be selected when the connection is negotiated. If the browser does not support websockets, other techniques such as long polling can be used to provide the same result.-->
  
 
For details about CometD, see [http://cometd.org/ http://cometd.org/].
 
For details about CometD, see [http://cometd.org/ http://cometd.org/].
  
 
[[Category:V:HTCC:8.5.2]]
 
[[Category:V:HTCC:8.5.2]]

Revision as of 21:20, August 28, 2015

CometD

Genesys Web Services uses version 3 of CometD, an HTTP-based routing bus that uses an Ajax Push technology pattern known as Comet. Comet is a web application model that allows an HTTP request to push data to a browser, even if the browser has not requested it.

Genesys Web Services uses CometD to deliver unsolicited notifications to clients for real-time events, such as getting a new call or chat message. At runtime, CometD uses the best technology available to deliver messages, providing clients with a consistent approach while maintaining support for multiple browsers.

Important
Workspace Web Edition & Web Services does not currently support web sockets.

For details about CometD, see http://cometd.org/.

Comments or questions about this documentation? Contact us for support!