Uses of Class
org.xmpp.packet.Message
-
Packages that use Message Package Description org.xmpp.component org.xmpp.muc org.xmpp.packet -
-
Uses of Message in org.xmpp.component
Methods in org.xmpp.component with parameters of type Message Modifier and Type Method Description protected voidAbstractComponent. handleMessage(Message message)Override this method to handle the Message stanzas that are received by the component. -
Uses of Message in org.xmpp.muc
Subclasses of Message in org.xmpp.muc Modifier and Type Class Description classInvitationRepresents 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 Modifier and Type Method Description MessageMessage. createCopy()Returns a deep copy of this Message.
-