| Package | Description |
|---|---|
| rocks.xmpp.core.session |
Provides classes related to an XMPP session.
|
| rocks.xmpp.core.stanza |
Provides classes for XML stanza management (message, presence, IQ).
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmppSession.addIQHandler(Class<?> type,
IQHandler iqHandler)
Adds an IQ handler for a given payload type.
|
void |
XmppSession.addIQHandler(Class<?> type,
IQHandler iqHandler,
boolean invokeAsync)
Adds an IQ handler for a given payload type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIQHandler
This class is an IQ handler for extension managers.
|
Copyright © 2014–2015 XMPP.rocks. All rights reserved.