| Package | Description |
|---|---|
| rocks.xmpp.core.session |
Provides classes related to an XMPP session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmppSession.addIQListener(IQListener iqListener)
Adds an IQ listener to the connection, which will get notified, whenever an IQ stanza is received.
|
void |
XmppSession.removeIQListener(IQListener iqListener)
Removes a previously added IQ listener from the connection.
|
Copyright © 2014 XMPP.rocks. All rights reserved.