| 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).
|
| rocks.xmpp.im.chat |
Provides core classes needed for chat.
|
| Class and Description |
|---|
| IQEvent
An IQ event is fired whenever an IQ stanza is received or sent.
|
| IQHandler
Handles an inbound IQ request, (IQ stanzas of type
IQ.Type.GET or IQ.Type.SET) by processing the request and returning an IQ response of type result or error. |
| MessageEvent
A message event is fired whenever a message is received or sent.
|
| PresenceEvent
A presence event is fired whenever a presence stanza is received or sent.
|
| Class and Description |
|---|
| IQHandler
Handles an inbound IQ request, (IQ stanzas of type
IQ.Type.GET or IQ.Type.SET) by processing the request and returning an IQ response of type result or error. |
| Class and Description |
|---|
| MessageEvent
A message event is fired whenever a message is received or sent.
|
Copyright © 2014–2018 XMPP.rocks. All rights reserved.