Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Cipango offers an early support of the WebSocket Transport for Session Initiation Protocol draft.
To enable support for the WebSockets connector, you must compile the cipango-websockets module. To do so, go to the top-level directory of the cipango sources and type:

Code Block
bash
bash

cd extras
mvn install -P websocker

The compiled module has then to be installed in the cipango distribution as follows:

Code Block
bash
bash

cp cipango-websocket/target/cipango-websocket-2.1-SNAPSHOT.jar ../cipango-distribution/target/distribution/lib/ext/
cp cipango-websocket/src/main/config/etc/cipango-websocket.xml ../cipango-distribution/target/distribution/etc/