| Package | Description |
|---|---|
| rocks.xmpp.core.session |
Provides classes related to an XMPP session.
|
| rocks.xmpp.im.chat |
Provides core classes needed for chat.
|
| Modifier and Type | Method and Description |
|---|---|
SendTask<IQ> |
XmppSession.sendIQ(IQ iq)
Sends an IQ.
|
SendTask<Message> |
XmppSession.sendMessage(Message message)
Sends a message.
|
SendTask<Presence> |
XmppSession.sendPresence(Presence presence)
Sends a presence.
|
| Modifier and Type | Method and Description |
|---|---|
SendTask<Message> |
ChatSession.sendMessage(Message message)
Sends a chat message to the chat partner.
|
abstract SendTask<Message> |
Chat.sendMessage(Message message)
Sends a message to the chat.
|
SendTask<Message> |
ChatSession.sendMessage(String message)
Sends a chat message to the chat partner.
|
abstract SendTask<Message> |
Chat.sendMessage(String message)
Sends a message to the chat.
|
Copyright © 2014–2018 XMPP.rocks. All rights reserved.