| Package | Description |
|---|---|
| rocks.xmpp.core.session |
Provides classes related to an XMPP session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmppSession.addInboundIQListener(Consumer<IQEvent> iqListener)
Adds an inbound IQ listener to the session, which will get notified, whenever an IQ stanza is received.
|
void |
XmppSession.addOutboundIQListener(Consumer<IQEvent> iqListener)
Adds an outbound IQ listener to the session, which will get notified, whenever an IQ stanza is sent.
|
void |
XmppSession.removeInboundIQListener(Consumer<IQEvent> iqListener)
Removes a previously added inbound IQ listener from the session.
|
void |
XmppSession.removeOutboundIQListener(Consumer<IQEvent> iqListener)
Removes a previously added outbound IQ listener from the session.
|
Copyright © 2014–2018 XMPP.rocks. All rights reserved.