Package com.jabberwookie

This package contains the classes you'll need to connect the Jabber server.

See:
          Description

Interface Summary
IQListener This class provides the interface required by the Stream class for anyone that wants to receive <iq> packets.
MessageListener This class provides the interface required by the Stream class for anyone that wants to receive <message> packets.
PresenceListener This class provides the interface required by the Stream class for anyone that wants to receive <presence> packets.
UnrecognizedChunkListener This class provides the interface required by the Stream class for anyone that wants to receive packets that aren't of <iq>, <presence> or <message> types.
 

Class Summary
Client2Server This implements the most common form of Jabber stream.
Component2Server Implements the required methods to establish a connection to a Jabber server as a component.
Namespaces This class handles the maping of Jabber namespaces to Java classes.
Stream This implements the most basic functions required to establish and maintain a Jabber stream.
 

Package com.jabberwookie Description

This package contains the classes you'll need to connect the Jabber server.