Uses of Class
com.echomine.jabber.JabberJDOMMessage

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

Uses of JabberJDOMMessage in com.echomine.jabber
 

Subclasses of JabberJDOMMessage in com.echomine.jabber
 class AbstractJabberMessage
          This message adds some base functionality for those that uses it.
 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 JabberJDOMMessage in com.echomine.jabber.msg
 

Subclasses of JabberJDOMMessage 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 DataXMessage
          This extension adds the new form-based data submission and retrieval mechanism using the jabber:x:data namespace.
 class DelayXMessage
          This method add support for the jabber:x:delay message type.
 class EventXMessage
          This class supports the jabber:x:event namespace.
 class ExpireXMessage
          This extension is a simple flag identifying that a message has a limited lifetime.
 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 OOBXMessage
          Submits and parses a Out-Of-Band (OOB) IQ message.
 class PGPEncryptedXMessage
          Support PGP-encrypted messages.
 class PGPSignedXMessage
          Support PGP signed messages.
 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 RosterXMessage
          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.