Client Connection Example

An example demonstrating how to use CAXL's Client to connect to a server.

How it Works

This example automatically performs a number of actions in the page onReady event:
  1. Creating a jabberwerx.Client
  2. Registering for the jabberwerx.Client clientConnected event to update the client status on the screen after the client has successfully connected to the server
  3. Registering for the jabberwerx.Client clientDisconnected event to update the client status on the screen after the client has successfully disconnected from the server
The example also demonstrates the following functionality:

In Action

Instructions for using this example:

Disconnected
None