Uses of Class
org.xmpp.packet.Message
Packages that use Message
-
Uses of Message in org.xmpp.component
Methods in org.xmpp.component with parameters of type MessageModifier and TypeMethodDescriptionprotected 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.mucModifier and TypeClassDescriptionclassRepresents 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