This documentation relates to an unstable version of Cipango.
visit the current release documentation home.

Kaleo

kaleo is an application framework which provides sample location (proxy/registrar) and presence services. Kaleo is compliant with the following specifications:

Running Kaleo

Download Kaleo

Binary version is available on repository.cipango.org

Build Kaleo

kaleo is located under the applicationd directory of your cipango sources directory. To build from the sources, follow these steps:

  1. Open a command prompt window and navigate to your cipango root directory
  2. Go to the kaleo framework directory and build it:
    cd applicationd/kaleo
    mvn install
    

Start Kaleo

To start kaleo, copy the generated sip application (located under the target directory of kaleo) to your cipango application deployment directory or start directly the application from the kaleo directory with the maven cipango plugin:

mvn cipango:run

Test kaleo

Integration tests

Integration tests can be run with the command:

cd extras/kaleo
mvn install -Ditest

Using Mercuro

Mercuro is no more available for download.