Uses of Class
org.xmpp.packet.Message

Packages that use Message
org.xmpp.muc   
org.xmpp.packet   
 

Uses of Message in org.xmpp.muc
 

Subclasses of Message in org.xmpp.muc
 class Invitation
          Represents an invitation to a Multi-User Chat room from a room occupant to a user that is not an occupant of the room.
 

Uses of Message in org.xmpp.packet
 

Methods in org.xmpp.packet that return Message
 Message Message.createCopy()
          Returns a deep copy of this Message.