Uses of Package
org.jivesoftware.smack

Packages that use org.jivesoftware.smack
org.jivesoftware.smack Core classes of the Smack API. 
org.jivesoftware.smack.debugger Core debugger functionality. 
org.jivesoftware.smack.sasl SASL Mechanisms. 
org.jivesoftware.smackx Smack extensions API. 
org.jivesoftware.smackx.bookmark   
org.jivesoftware.smackx.commands   
org.jivesoftware.smackx.debugger Smack optional Debuggers. 
org.jivesoftware.smackx.filetransfer   
org.jivesoftware.smackx.muc Classes and Interfaces that implement Multi-User Chat (MUC). 
org.jivesoftware.smackx.packet XML packets that are part of the XMPP extension protocols. 
org.jivesoftware.smackx.search   
org.jivesoftware.smackx.workgroup.agent   
org.jivesoftware.smackx.workgroup.user   
 

Classes in org.jivesoftware.smack used by org.jivesoftware.smack
AccountManager
          Allows creation and management of accounts on an XMPP server.
Chat
          A chat is a series of messages sent between two users.
ChatManager
          The chat manager keeps track of references to all current chats.
ChatManagerListener
          A listener for chat related events.
ConnectionConfiguration
          Configuration to use while establishing the connection to the server.
ConnectionConfiguration.SecurityMode
          An enumeration for TLS security modes that are available when making a connection to the XMPP server.
ConnectionCreationListener
          Implementors of this interface will be notified when a new XMPPConnection has been created.
ConnectionListener
          Interface that allows for implementing classes to listen for connection closing and reconnection events.
MessageListener
           
PacketCollector
          Provides a mechanism to collect packets into a result queue that pass a specified filter.
PacketInterceptor
          Provides a mechanism to intercept and modify packets that are going to be sent to the server.
PacketListener
          Provides a mechanism to listen for packets that pass a specified filter.
PrivacyList
          A privacy list represents a list of contacts that is a read only class used to represent a set of allowed or blocked communications.
PrivacyListListener
          Interface to implement classes to listen for server events about privacy communication.
PrivacyListManager
          A PrivacyListManager is used by XMPP clients to block or allow communications from other users.
Roster
          Represents a user's roster, which is the collection of users a person receives presence updates for.
Roster.SubscriptionMode
          An enumeration for the subscription mode options.
RosterEntry
          Each user in your roster is represented by a roster entry, which contains the user's JID and a name or nickname you assign.
RosterGroup
          A group of roster entries.
RosterListener
          A listener that is fired any time a roster is changed or the presence of a user in the roster is changed.
SASLAuthentication
          This class is responsible authenticating the user using SASL, binding the resource to the connection and establishing a session with the server.
XMPPConnection
          Creates a connection to a XMPP server.
XMPPException
          A generic exception that is thrown when an error occurs performing an XMPP operation.
 

Classes in org.jivesoftware.smack used by org.jivesoftware.smack.debugger
PacketListener
          Provides a mechanism to listen for packets that pass a specified filter.
XMPPConnection
          Creates a connection to a XMPP server.
 

Classes in org.jivesoftware.smack used by org.jivesoftware.smack.sasl
SASLAuthentication
          This class is responsible authenticating the user using SASL, binding the resource to the connection and establishing a session with the server.
XMPPException
          A generic exception that is thrown when an error occurs performing an XMPP operation.
 

Classes in org.jivesoftware.smack used by org.jivesoftware.smackx
Chat
          A chat is a series of messages sent between two users.
MessageListener
           
Roster
          Represents a user's roster, which is the collection of users a person receives presence updates for.
RosterEntry
          Each user in your roster is represented by a roster entry, which contains the user's JID and a name or nickname you assign.
RosterGroup
          A group of roster entries.
XMPPConnection
          Creates a connection to a XMPP server.
XMPPException
          A generic exception that is thrown when an error occurs performing an XMPP operation.
 

Classes in org.jivesoftware.smack used by org.jivesoftware.smackx.bookmark
XMPPConnection
          Creates a connection to a XMPP server.
XMPPException
          A generic exception that is thrown when an error occurs performing an XMPP operation.
 

Classes in org.jivesoftware.smack used by org.jivesoftware.smackx.commands
XMPPConnection
          Creates a connection to a XMPP server.
XMPPException
          A generic exception that is thrown when an error occurs performing an XMPP operation.
 

Classes in org.jivesoftware.smack used by org.jivesoftware.smackx.debugger
PacketListener
          Provides a mechanism to listen for packets that pass a specified filter.
XMPPConnection
          Creates a connection to a XMPP server.
 

Classes in org.jivesoftware.smack used by org.jivesoftware.smackx.filetransfer
XMPPConnection
          Creates a connection to a XMPP server.
XMPPException
          A generic exception that is thrown when an error occurs performing an XMPP operation.
 

Classes in org.jivesoftware.smack used by org.jivesoftware.smackx.muc
Chat
          A chat is a series of messages sent between two users.
MessageListener
           
PacketInterceptor
          Provides a mechanism to intercept and modify packets that are going to be sent to the server.
PacketListener
          Provides a mechanism to listen for packets that pass a specified filter.
XMPPConnection
          Creates a connection to a XMPP server.
XMPPException
          A generic exception that is thrown when an error occurs performing an XMPP operation.
 

Classes in org.jivesoftware.smack used by org.jivesoftware.smackx.packet
Roster
          Represents a user's roster, which is the collection of users a person receives presence updates for.
RosterEntry
          Each user in your roster is represented by a roster entry, which contains the user's JID and a name or nickname you assign.
XMPPConnection
          Creates a connection to a XMPP server.
XMPPException
          A generic exception that is thrown when an error occurs performing an XMPP operation.
 

Classes in org.jivesoftware.smack used by org.jivesoftware.smackx.search
XMPPConnection
          Creates a connection to a XMPP server.
XMPPException
          A generic exception that is thrown when an error occurs performing an XMPP operation.
 

Classes in org.jivesoftware.smack used by org.jivesoftware.smackx.workgroup.agent
XMPPConnection
          Creates a connection to a XMPP server.
XMPPException
          A generic exception that is thrown when an error occurs performing an XMPP operation.
 

Classes in org.jivesoftware.smack used by org.jivesoftware.smackx.workgroup.user
XMPPConnection
          Creates a connection to a XMPP server.
XMPPException
          A generic exception that is thrown when an error occurs performing an XMPP operation.
 



Copyright © 2013 LittleShoot. All Rights Reserved.