Revision as of 16:57, August 29, 2014 by Clondon (talk | contribs) (Update with the copy of version: 8.5.2DRAFT)
Jump to: navigation, search

CometD

Overview

Genesys Web Services uses version 3 of CometD. CometD is 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 realtime events, such as getting a new call or chat message. At runtime, CometD will use 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.

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

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