PubSub Owner Example

An example demonstrating how to create/delete nodes and publish items.

How it Works

This example automatically performs a number of actions in the page onReady event.
  1. Creating a jabberwerx.Client.
  2. Creating a jabberwerx.PubSubController to create/delete nodes and publish items.
The example also demonstrates (based on user actions like button clicks) additional PubSub Owner functionality available within CAXL:

In Action

Instructions for using this example:

***Note: This example works in tandem with the PubSub Example. Nodes created and items published within this example are displayed and updated within the PubSub example.