| Package | Description |
|---|---|
| rocks.xmpp.core.chat |
Provides core classes needed for chat.
|
| rocks.xmpp.core.session |
Provides classes related to an XMPP session.
|
| rocks.xmpp.core.stanza |
Provides classes for XML stanza management (message, presence, IQ).
|
| rocks.xmpp.core.stanza.model.client |
| Modifier and Type | Method and Description |
|---|---|
Message |
ChatSession.sendMessage(Message message)
Sends a chat message to the chat partner.
|
abstract Message |
Chat.sendMessage(Message message)
Sends a message to the chat.
|
Message |
ChatSession.sendMessage(String message)
Sends a chat message to the chat partner.
|
abstract Message |
Chat.sendMessage(String message)
Sends a message to the chat.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChatSession.send(Message message)
Deprecated.
|
Message |
ChatSession.sendMessage(Message message)
Sends a chat message to the chat partner.
|
abstract Message |
Chat.sendMessage(Message message)
Sends a message to the chat.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
XmppSession.sendAndAwaitMessage(ClientStreamElement stanza,
StanzaFilter<Message> filter)
Sends a stanza and then waits for a message stanza to arrive.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
XmppSession.sendAndAwaitMessage(ClientStreamElement stanza,
StanzaFilter<Message> filter)
Sends a stanza and then waits for a message stanza to arrive.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
MessageEvent.getMessage()
Gets the message.
|
| Constructor and Description |
|---|
MessageEvent(Object source,
Message message,
boolean inbound)
Constructs a message event.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
Message.createError(Condition condition) |
Message |
Message.createError(StanzaError error) |
Message |
Message.withFrom(Jid from) |
Copyright © 2014–2015 XMPP.rocks. All rights reserved.