Class ServerMessage

  • All Implemented Interfaces:
    LanguageElement, StreamElement

    public final class ServerMessage
    extends Message
    The implementation of the <message/> element in the jabber:server namespace.
    • Method Detail

      • from

        public static ServerMessage from​(Message m)
        Creates a message for the jabber:server namespace from a generic message.
        Parameters:
        m - The message.
        Returns:
        The client message.