| Package | Description |
|---|---|
| rocks.xmpp.core.net |
Provides base classes and interfaces for network and connection related logic.
|
| rocks.xmpp.core.stream.model |
Provides XML schema implementations of the Stream Namespace, like Stream Features.
|
| rocks.xmpp.extensions.httpbind.model |
Provides XML schema implementations of XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH) and XEP-0206: XMPP Over BOSH.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.CompletionStage<java.lang.Void> |
Connection.open(SessionOpen sessionOpen)
Opens the XML stream to the peer entity.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StreamHeader
Represents the XMPP stream header.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Body
The implementation of the
<body/> element in the http://jabber.org/protocol/httpbind namespace. |
Copyright © 2014–2018 XMPP.rocks. All rights reserved.