Class Index | Minimal

Classes


Class Index

_global_


Error


jabberwerx (MINIMAL)

Cisco AJAX XMPP Library is an easy to use, AJAX-based XMPP client.


jabberwerx.CapabilitiesController

Controller class for capability functionality.


jabberwerx.ChatController

Controller class for chat functionality.

jabberwerx.ChatSession

Represents a chat session with another user.


jabberwerx.cisco

Cisco AJAX XMPP Library is an easy to use, AJAX-based XMPP client.


jabberwerx.cisco.cupha

All constants, functions and classes required for Cisco Unified Presence High Availability CAXL.


jabberwerx.cisco.cupha.ClientMixin

The CUP HA jabberwerx.Client mixin.

jabberwerx.cisco.DirectoryGroupsController

Controller class for dealing with Group Presence - LDAP Integration(IJEP-070) functionality.


jabberwerx.cisco.QuickContact

QuickContact object which is temporary subscription contact.


jabberwerx.cisco.QuickContactController

Quick contact Controller class is responsible for quick contact subscriptions/unsubscriptions.


jabberwerx.Client (MINIMAL)

The role of the Client is to provide an interface to the XMPP protocol.


jabberwerx.Client.ConnectionError (MINIMAL)

Error thrown when an error is encountered while trying to establish the connection.


jabberwerx.Client.DisconnectError (MINIMAL)

Error thrown when an error is encountered after the connection is established.


jabberwerx.Client.NotConnectedError (MINIMAL)

jabberwerx.Client.NotConnectedError

Error to indicate the client is not connected, when the operation expects a connection.


jabberwerx.ClientEntityCache (MINIMAL)

The client's collection of entities.


jabberwerx.Contact

Contact object which represents a user known to the current client.


jabberwerx.Controller (MINIMAL)

Abstract base class for all controller types.


jabberwerx.DiscoController

Controller class for collecting disco info on the nodes.


jabberwerx.Entity (MINIMAL)

Something addressable by JID and/or node: user, server, room, etc.


jabberwerx.EntitySet (MINIMAL)

A repository for Entity objects, based on JID and/or node.


jabberwerx.ErrorReporter

This class manages user-friendly strings for error cases.


jabberwerx.EventDispatcher (MINIMAL)

Manages a collection of events for a given source.

jabberwerx.EventNotifier (MINIMAL)

Manages notifying listeners for a given event name.

jabberwerx.EventObject (MINIMAL)

The object representation for an event.

jabberwerx.GlobalEventDispatcher (MINIMAL)

The type for the global event dispatcher, jabberwerx.globalEvents.

jabberwerx.IQ (MINIMAL)

Represents an <iq/> stanza.


jabberwerx.JID (MINIMAL)

Represents a JID identifier.


jabberwerx.JID.InvalidJIDError (MINIMAL)

jabberwerx.JID.InvalidJIDError

Error thrown when invalid JID strings are encountered.


jabberwerx.JWApp

A top-level "Application" base class object used to simplify persistence.


jabberwerx.JWBase (MINIMAL)

jabberwerx.JWBase

The base class for objects in the JWApp framework.


jabberwerx.JWModel (MINIMAL)

Base class for Model objects.


jabberwerx.LocalUser (MINIMAL)

The LocalUser representation.


jabberwerx.Message (MINIMAL)

Represents a <message/> stanza.


jabberwerx.Message.InvalidContentFormat (MINIMAL)

jabberwerx.Message.InvalidContentFormat

Error to indicate the content is not type of string or a jQuery object.


jabberwerx.MUCController

Controller for working with Multi-User Chat (MUC).

jabberwerx.MUCInvite

Holds MUC Invite properties.


jabberwerx.MUCOccupant

Represents an occupant in a Multi-User Chat (MUC) room.


jabberwerx.MUCOccupantCache

The entity cache for MUC room occupants.


jabberwerx.MUCRoom

Represents a Multi-User Chat (MUC) room.


jabberwerx.NodeBuilder (MINIMAL)

Utility class to build DOMs programmatically.

jabberwerx.PEPController

Controller to manage PEP nodes.


jabberwerx.PEPNode

Represents a PEP node.


jabberwerx.Presence (MINIMAL)

Represents a <presence/> stanza.


jabberwerx.PrivacyList

Representation of a XEP-0016 privacy list.


jabberwerx.PrivacyListController

Controller class for privacy lists functionality.


jabberwerx.PrivateStorageController

Controller class for dealing with private storage functionality.


jabberwerx.PubSubController

Controller that provides support for XEP-0060 Publish-Subscribe


jabberwerx.PubSubItem

Represents a pubsub item - an XML fragment which is published to a pubsub node.


jabberwerx.PubSubNode

Represents a pubsub node - a virtual location to which information can be published and from which event notifications and/or payloads can be received.


jabberwerx.PubSubNode.DelegatedNodeError

Error thrown by PubSubNode to indicate a method is not supported by delegated nodes.


jabberwerx.Rendezvous (MINIMAL)

Type for directing a Rendezvous pattern.


jabberwerx.Rendezvousable

A mixin for participating in a jabberwerx.Rendezvous.


jabberwerx.RosterContact

RosterContact object which is part of a user's roster.


jabberwerx.RosterController

Controller class for roster functionality.


jabberwerx.SASLDigestMd5Mechanism (MINIMAL)

Implements the DIGEST-MD5 SASL mechanism.


jabberwerx.SASLMechanism (MINIMAL)

Base class for SASL support.


jabberwerx.SASLMechanismFactory (MINIMAL)

Factory class for managing and creating SASLMechanisms.


jabberwerx.SASLPlainMechanism (MINIMAL)

Implements the PLAIN SASL mechanism.


jabberwerx.Server (MINIMAL)

Represents the server to connect a jabberwerx.Client to.


jabberwerx.Stanza (MINIMAL)

A representation of an XMPP stanza.


jabberwerx.Stanza.ErrorInfo (MINIMAL)

Representation of stanza error information.


jabberwerx.Stream.AlreadyOpenError (MINIMAL)

jabberwerx.Stream.AlreadyOpenError

Error thrown if the Stream must NOT be open for the method to complete.


jabberwerx.Stream.ErrorInfo (MINIMAL)

Representation of stream error information.


jabberwerx.Stream.NotOpenError (MINIMAL)

jabberwerx.Stream.NotOpenError

Error thrown if the Stream must be open for the method to complete.


jabberwerx.TemporaryEntity (MINIMAL)

An empty extension of jabberwerx.Entity.


jabberwerx.Translator (MINIMAL)

Performs localization of strings.


jabberwerx.ui

Cisco AJAX XMPP Library is an easy to use, AJAX-based XMPP client.

jabberwerx.ui.AuthenticationView

View for logging into an XMPP server.


jabberwerx.ui.AuthenticationView.MissingJIDNode

jabberwerx.AuthenicationView.MissingDomain

Error to indicate that the user must enter a JID with a node and domain.


jabberwerx.ui.ChatView

A view for a single 1-1 chat pane.


jabberwerx.ui.ConsoleView

A debug console view.


jabberwerx.ui.ContactPresenceView

View for displaying a contact's presence.


jabberwerx.ui.Emoticons

Class for working with supported emoticons


jabberwerx.ui.Emoticons.InvalidRawTextFormat

InvalidRawTextFormat exception

jabberwerx.ui.JWApp

Use jabberwerx.JWApp from base library instead


jabberwerx.ui.JWView

Abstract base class for views.


jabberwerx.ui.MessageHistory

A MessageHistory widget is a GUI mechanism to display past messages for a given View.


jabberwerx.ui.MessageView

The view behind a single message in a list of messages.


jabberwerx.ui.MUCConfigView

View for displaying XDataForm for room configuration.


jabberwerx.ui.MUCInviteView

View for accepting or ignoring MUC invites.


jabberwerx.ui.MUCSearchView

View for displaying MUC search.


jabberwerx.ui.MucView

A view for a MUC room pane.


jabberwerx.ui.RosterView

View over an EntitySet (oftimes referred to as a "roster").


jabberwerx.ui.RosterView.Grouping

View over a grouping of entities in a RosterView.


jabberwerx.ui.SelfPresenceView

View for displaying and modifying the client's presence.


jabberwerx.ui.SubscriptionView

View for accepting or denying subscription requests.


jabberwerx.ui.Tabbable

A mixin for better integration with jabberwerx.ui.TabbedView.


jabberwerx.ui.TabbedView

Tabbed view implementation.


jabberwerx.ui.TabbedView.Tab

View of the tab control in a TabbedView.


jabberwerx.ui.TextInput

A TextInput widget is a GUI mechanism to capture input from the user and allow the containing View to do the appropriate action with it.


jabberwerx.ui.XDataFormView

View for displaying XDataForm.


jabberwerx.User (MINIMAL)

The general User representation.


jabberwerx.util (MINIMAL)

Namespace that holds a collection of functions and properties used throughout the library.


jabberwerx.util.Error (MINIMAL)

JWApp's "native" error object.

jabberwerx.util.JWStorageRequiresjQueryjStoreError

jabberwerx.util.JWStorageRequiresjQueryjStoreError

jabberwerx.util.NotSupportedError (MINIMAL)

Error thrown when an object has, but does not support, a method or operation.


jabberwerx.XDataForm

Holds data form fields and properties.


jabberwerx.XDataFormField

Holds collection of properties for data form field.


jabberwerx.XDataFormField.InvalidXDataFieldError

The object representation of an error thrown when invalid XDataField is encountered.


jabberwerx.XDataFormItem

Holds collection of jabberwerx.XDataFormField objects.


jabberwerx.xhtmlim (MINIMAL)

Namespace for XHTML-IM functions and constants.

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Apr 02 2014 13:23:43 GMT-0600 (MDT)