| Package | Description |
|---|---|
| rocks.xmpp.core.stanza.model |
Provides XML Stanzas and Stanza Errors.
|
| rocks.xmpp.core.stanza.model.client | |
| rocks.xmpp.core.stanza.model.server |
| Modifier and Type | Method and Description |
|---|---|
Message |
Message.createError(Condition condition) |
Message |
Message.createError(StanzaError error) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientMessage
The implementation of the
<message/> element in the jabber:client namespace. |
| Modifier and Type | Method and Description |
|---|---|
static ClientMessage |
ClientMessage.from(Message m)
Creates a message for the
jabber:client namespace from a generic message. |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerMessage
The implementation of the
<message/> element in the jabber:server namespace. |
| Modifier and Type | Method and Description |
|---|---|
static ServerMessage |
ServerMessage.from(Message m)
Creates a message for the
jabber:server namespace from a generic message. |
Copyright © 2014–2016 XMPP.rocks. All rights reserved.