| Package | Description |
|---|---|
| rocks.xmpp.core.session |
Provides classes related to an XMPP session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmppSession.addMessageListener(MessageListener messageListener)
Adds a message listener to the connection, which will get notified, whenever a message is received.
|
void |
ChatSession.addMessageListener(MessageListener stanzaListener)
Adds a message listener, which will get notified, whenever a chat message has been received for this chat session.
|
void |
XmppSession.removeMessageListener(MessageListener messageListener)
Removes a previously added message listener from the connection.
|
void |
ChatSession.removeMessageListener(MessageListener stanzaListener)
Removes a previously added message listener.
|
Copyright © 2014 XMPP.rocks. All rights reserved.