Cisco Jabber IM and Presence Core API Sample Client
The Cisco Jabber IM and Presence (CAXL) library offers a set of core classes for initiating and managing IM sessions. The library also offers a set of UI components that you can use to rapidly create an IM and Presence interface. View
This sample code illustrates the basics steps required to create a basic chat client that can connect to the Cisco Unified Communications Manager IM and Presence Service server, and to send and receive messages. The sample uses only the core library.
The sample code demonstrates how to:
- Create the chat client object
- Connect to the CUP server
- Bind to the clientStatusChanged and messageReceived events of the JabberWerx client
- Send a message
For more information on the sample code and library events, refer Cisco AJAX XMPP Library Events.
Cisco Jabber IM & Presence UI Components Sample Client
This sample code walks through the basics steps of creating an IM and Presence application and uses some of the UI components provided by the library. View