public final class ServerMessage extends Message
The implementation of the <message/> element in the jabber:server namespace.
Message.Type| Modifier and Type | Method and Description |
|---|---|
static ServerMessage |
from(Message m)
Creates a message for the
jabber:server 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 ServerMessage from(Message m)
Creates a message for the jabber:server namespace from a generic message.
m - The message.Copyright © 2014–2019 XMPP.rocks. All rights reserved.