Uses of Package
tigase.jaxmpp.core.client

Packages that use tigase.jaxmpp.core.client
tigase.jaxmpp.core.client Core of JAXMPP library. 
tigase.jaxmpp.core.client.connector Classes for implementing Connectors. 
tigase.jaxmpp.core.client.observer Support for events broadcasting. 
tigase.jaxmpp.core.client.xmpp.forms Support for Data Form. 
tigase.jaxmpp.core.client.xmpp.modules Support for XMPP Modules. 
tigase.jaxmpp.core.client.xmpp.modules.adhoc Module implements XEP-0050: Ad-Hoc Commands
tigase.jaxmpp.core.client.xmpp.modules.auth Support for SASL and non-SASL authentication . 
tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms   
tigase.jaxmpp.core.client.xmpp.modules.chat Support for sending messages and trace converstation. 
tigase.jaxmpp.core.client.xmpp.modules.disco Support for XEP-0030: Service Discovery
tigase.jaxmpp.core.client.xmpp.modules.jingle Support for JINGLE. 
tigase.jaxmpp.core.client.xmpp.modules.muc Support for XEP-0045: Multi-User Chat
tigase.jaxmpp.core.client.xmpp.modules.presence Support for presence. 
tigase.jaxmpp.core.client.xmpp.modules.pubsub Support for XEP-0060: Publish-Subscribe
tigase.jaxmpp.core.client.xmpp.modules.registration Support for XEP-0077: In-Band Registration
tigase.jaxmpp.core.client.xmpp.modules.roster Support for roster management. 
tigase.jaxmpp.core.client.xmpp.modules.vcard Support for XEP-0054: vcard-temp
tigase.jaxmpp.core.client.xmpp.stanzas XMPP Stanzas. 
tigase.jaxmpp.core.client.xmpp.utils.delay   
 

Classes in tigase.jaxmpp.core.client used by tigase.jaxmpp.core.client
AbstractSessionObject
          Default representation of SessionObject
AbstractStanzaHandler
           
AsyncCallback
          Main interface for callback of all IQ asynchronous request-response mechanism.
BareJID
          XMPP entity address form <localpart@domainpart>
ConnectionConfiguration
          Connection configuration object.
Connector
          Main Connector interface.
Connector.ConnectorEvent
          Event generated by Connector.
Connector.State
           
JaxmppCore
          Base abstract class for implementation platform-specific jaxmpp clients.
JID
          XMPP entity address form <localpart@domainpart/resourcepart>
PacketWriter
          Interface for writing to XMPP Stream.
Processor
          Class for process incoming stanza.
ResponseManager
           
ResponseManager.Entry
           
SessionObject
          Session object is for store state of connection, modules etc.
UserProperties
          Interface to keep user properties.
XMPPException
           
XMPPException.ErrorCondition
           
XmppModule
          Main interface for implement modules.
XmppModulesManager
          XMPP Modules Manager.
XmppSessionLogic
          Interface for classes with session logic.
XmppSessionLogic.SessionListener
          Interface for session listener.
 

Classes in tigase.jaxmpp.core.client used by tigase.jaxmpp.core.client.connector
Connector
          Main Connector interface.
Connector.ConnectorEvent
          Event generated by Connector.
Connector.State
           
PacketWriter
          Interface for writing to XMPP Stream.
SessionObject
          Session object is for store state of connection, modules etc.
XmppModulesManager
          XMPP Modules Manager.
XmppSessionLogic
          Interface for classes with session logic.
XmppSessionLogic.SessionListener
          Interface for session listener.
 

Classes in tigase.jaxmpp.core.client used by tigase.jaxmpp.core.client.observer
SessionObject
          Session object is for store state of connection, modules etc.
 

Classes in tigase.jaxmpp.core.client used by tigase.jaxmpp.core.client.xmpp.forms
JID
          XMPP entity address form <localpart@domainpart/resourcepart>
 

Classes in tigase.jaxmpp.core.client used by tigase.jaxmpp.core.client.xmpp.modules
AsyncCallback
          Main interface for callback of all IQ asynchronous request-response mechanism.
JID
          XMPP entity address form <localpart@domainpart/resourcepart>
PacketWriter
          Interface for writing to XMPP Stream.
SessionObject
          Session object is for store state of connection, modules etc.
XMPPException
           
XMPPException.ErrorCondition
           
XmppModule
          Main interface for implement modules.
 

Classes in tigase.jaxmpp.core.client used by tigase.jaxmpp.core.client.xmpp.modules.adhoc
AsyncCallback
          Main interface for callback of all IQ asynchronous request-response mechanism.
JID
          XMPP entity address form <localpart@domainpart/resourcepart>
PacketWriter
          Interface for writing to XMPP Stream.
SessionObject
          Session object is for store state of connection, modules etc.
XMPPException
           
XmppModule
          Main interface for implement modules.
 

Classes in tigase.jaxmpp.core.client used by tigase.jaxmpp.core.client.xmpp.modules.auth
PacketWriter
          Interface for writing to XMPP Stream.
SessionObject
          Session object is for store state of connection, modules etc.
XMPPException
           
XMPPException.ErrorCondition
           
XmppModule
          Main interface for implement modules.
XmppModulesManager
          XMPP Modules Manager.
 

Classes in tigase.jaxmpp.core.client used by tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms
SessionObject
          Session object is for store state of connection, modules etc.
 

Classes in tigase.jaxmpp.core.client used by tigase.jaxmpp.core.client.xmpp.modules.chat
BareJID
          XMPP entity address form <localpart@domainpart>
JID
          XMPP entity address form <localpart@domainpart/resourcepart>
PacketWriter
          Interface for writing to XMPP Stream.
SessionObject
          Session object is for store state of connection, modules etc.
XmppModule
          Main interface for implement modules.
 

Classes in tigase.jaxmpp.core.client used by tigase.jaxmpp.core.client.xmpp.modules.disco
AsyncCallback
          Main interface for callback of all IQ asynchronous request-response mechanism.
JID
          XMPP entity address form <localpart@domainpart/resourcepart>
PacketWriter
          Interface for writing to XMPP Stream.
SessionObject
          Session object is for store state of connection, modules etc.
XMPPException
           
XmppModule
          Main interface for implement modules.
XmppModulesManager
          XMPP Modules Manager.
 

Classes in tigase.jaxmpp.core.client used by tigase.jaxmpp.core.client.xmpp.modules.jingle
JID
          XMPP entity address form <localpart@domainpart/resourcepart>
PacketWriter
          Interface for writing to XMPP Stream.
SessionObject
          Session object is for store state of connection, modules etc.
XmppModule
          Main interface for implement modules.
 

Classes in tigase.jaxmpp.core.client used by tigase.jaxmpp.core.client.xmpp.modules.muc
BareJID
          XMPP entity address form <localpart@domainpart>
JID
          XMPP entity address form <localpart@domainpart/resourcepart>
PacketWriter
          Interface for writing to XMPP Stream.
SessionObject
          Session object is for store state of connection, modules etc.
XmppModule
          Main interface for implement modules.
 

Classes in tigase.jaxmpp.core.client used by tigase.jaxmpp.core.client.xmpp.modules.presence
BareJID
          XMPP entity address form <localpart@domainpart>
JID
          XMPP entity address form <localpart@domainpart/resourcepart>
PacketWriter
          Interface for writing to XMPP Stream.
SessionObject
          Session object is for store state of connection, modules etc.
XmppModule
          Main interface for implement modules.
 

Classes in tigase.jaxmpp.core.client used by tigase.jaxmpp.core.client.xmpp.modules.pubsub
AsyncCallback
          Main interface for callback of all IQ asynchronous request-response mechanism.
BareJID
          XMPP entity address form <localpart@domainpart>
JID
          XMPP entity address form <localpart@domainpart/resourcepart>
PacketWriter
          Interface for writing to XMPP Stream.
SessionObject
          Session object is for store state of connection, modules etc.
XMPPException.ErrorCondition
           
XmppModule
          Main interface for implement modules.
 

Classes in tigase.jaxmpp.core.client used by tigase.jaxmpp.core.client.xmpp.modules.registration
AsyncCallback
          Main interface for callback of all IQ asynchronous request-response mechanism.
PacketWriter
          Interface for writing to XMPP Stream.
SessionObject
          Session object is for store state of connection, modules etc.
XmppModule
          Main interface for implement modules.
 

Classes in tigase.jaxmpp.core.client used by tigase.jaxmpp.core.client.xmpp.modules.roster
AsyncCallback
          Main interface for callback of all IQ asynchronous request-response mechanism.
BareJID
          XMPP entity address form <localpart@domainpart>
PacketWriter
          Interface for writing to XMPP Stream.
SessionObject
          Session object is for store state of connection, modules etc.
XMPPException
           
XmppModule
          Main interface for implement modules.
 

Classes in tigase.jaxmpp.core.client used by tigase.jaxmpp.core.client.xmpp.modules.vcard
AsyncCallback
          Main interface for callback of all IQ asynchronous request-response mechanism.
JID
          XMPP entity address form <localpart@domainpart/resourcepart>
PacketWriter
          Interface for writing to XMPP Stream.
SessionObject
          Session object is for store state of connection, modules etc.
XmppModule
          Main interface for implement modules.
 

Classes in tigase.jaxmpp.core.client used by tigase.jaxmpp.core.client.xmpp.stanzas
JID
          XMPP entity address form <localpart@domainpart/resourcepart>
XMPPException.ErrorCondition
           
 

Classes in tigase.jaxmpp.core.client used by tigase.jaxmpp.core.client.xmpp.utils.delay
JID
          XMPP entity address form <localpart@domainpart/resourcepart>
 



Copyright © 2006–2013 Tigase. All rights reserved.