Uses of Class
com.echomine.jabber.AbstractJabberMessage

Packages that use AbstractJabberMessage
com.echomine.jabber   
com.echomine.jabber.msg   
 

Uses of AbstractJabberMessage in com.echomine.jabber
 

Subclasses of AbstractJabberMessage in com.echomine.jabber
 class JabberChatMessage
          This is the base message for working with private IM messages, group chats, and anything that is sent through the tag.
 class JabberIQMessage
          The iq message contains the parsed tag plus whatever content is sent inside that tag.
 class JabberPresenceMessage
          This parses the presence message and makes it easy to retrieve the information.
 

Uses of AbstractJabberMessage in com.echomine.jabber.msg
 

Subclasses of AbstractJabberMessage in com.echomine.jabber.msg
 class AgentsIQMessage
          Deprecated. Replaced by new JEP-0030 Service Discovery
 class AuthIQMessage
          This message object deals with all the workings of sending and receiving authentication messages.
 class BrowseIQMessage
          This message encapsulates all browsing-related messages.
 class GatewayIQMessage
          Add support to query gateways and request certain information from it.
 class JabberVCardMessage
          A type of IQ message which contains extended information about a user.
 class LastIQMessage
          Supports the jabber:iq:last namespace.
 class OOBIQMessage
          Submits and parses a Out-Of-Band (OOB) IQ message.
 class PrivateXmlIQMessage
          This message object helps the developer to work with storing and retrieving Private XML data that is stored with the user through the jabber:iq:private IQ namespace.
 class RegisterIQMessage
          Deals with messages for registering, password changes, user profile changes, etc.
 class RosterIQMessage
          The roster message actually doesn't contain any attributes to the tag that it uses.
 class SearchIQMessage
          This message works with the jabber:iq:search namespace.
 class ServiceInfoIQMessage
          Implementation class for working with the Info namespace of the JEP-0030 Service Discovery protocol.
 class ServiceItemsIQMessage
          Implementation class for working with the Items namespace of the JEP-0030 Service Discovery protocol.
 class TimeIQMessage
          Submits and parses a Client Time message.
 class VacationIQMessage
          Works with vacation messages.
 class VersionIQMessage
          Submits and parses a Client Version message.
 class XMLRPCMessage
          sends and receives an XMLRPC message over Jabber's namespace.
 



Copyright © 2001-2005 Echomine. All Rights Reserved.