public final class ComponentMessage extends Message
The implementation of the <message/> element in the jabber:component:accept namespace.
Message.Type| Modifier and Type | Method and Description |
|---|---|
static ComponentMessage |
from(Message m)
Creates a message for the
jabber:client namespace from a generic message. |
createError, createError, getBodies, getBody, getParentThread, getSubject, getSubjects, getThread, getType, isNormal, setBody, setParentThread, setSubject, setThread, setType, toStringaddExtension, addExtensions, addExtensions, getExtensions, getExtensions, putExtension, removeExtensiongetError, getExtension, getFrom, getId, getLanguage, getTo, hasExtension, isToItselfOrServer, setError, setFrom, setId, setLanguage, setTopublic static ComponentMessage from(Message m)
Creates a message for the jabber:client namespace from a generic message.
m - The message.Copyright © 2014–2019 XMPP.rocks. All rights reserved.