| Package | Description |
|---|---|
| rocks.xmpp.core.sasl.model |
Provides XML schema implementations of the SASL Namespace.
|
| rocks.xmpp.core.stanza.model.server | |
| rocks.xmpp.core.stream.model |
Provides XML schema implementations of the Stream Namespace, like Stream Features.
|
| rocks.xmpp.core.tls.model |
Provides XML schema implementations of the STARTTLS Namespace.
|
| rocks.xmpp.extensions.compress.model |
Provides XML schema implementations of XEP-0138: Stream Compression.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Challenge
The implementation of the
<challenge/> element, which is sent during SASL negotiation. |
class |
Failure
The implementation of the
<failure/> element, which indicates a SASL failure. |
class |
Mechanisms
Represents the
<mechanisms/> element as described in Exchange of Stream Headers and Stream Features
This class is immutable. |
| Modifier and Type | Class and Description |
|---|---|
class |
IQ
The implementation of the
<iq/> element for the server namespace ('jabber:server'). |
class |
Message
The implementation of the
<message/> element for the server namespace ('jabber:server'). |
class |
Presence
The implementation of the
<presence/> element for the server namespace ('jabber:server'). |
| Modifier and Type | Class and Description |
|---|---|
class |
StreamError
The implementation of the
<stream:error/> element. |
class |
StreamFeatures
The implementation of the
<stream:features/> element. |
| Modifier and Type | Class and Description |
|---|---|
class |
Proceed
Represents the TLS proceed case.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
StreamCompression.Failure
The implementation of the
<failure/> element in the http://jabber.org/protocol/compress namespace, which indicates failure during compression negotiation. |
Copyright © 2014–2015 XMPP.rocks. All rights reserved.