| Package | Description |
|---|---|
| rocks.xmpp.extensions.component.accept |
Provides classes for XEP-0114: Jabber Component Protocol.
|
| Modifier and Type | Method and Description |
|---|---|
static ExternalComponent |
ExternalComponent.create(String componentName,
String sharedSecret,
String hostname,
int port)
Creates a new external component using a default configuration.
|
static ExternalComponent |
ExternalComponent.create(String componentName,
String sharedSecret,
XmppSessionConfiguration configuration,
String hostname,
int port)
Creates a new external component.
|
Copyright © 2014–2017 XMPP.rocks. All rights reserved.