| Package | Description |
|---|---|
| abs.ixi.client | |
| abs.ixi.client.io |
| Modifier and Type | Method and Description |
|---|---|
StreamNegotiator.NegotiationResult |
Platform.login(String userName,
String domain,
String passwd)
Start XMPP stream with given user credentials.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Platform.login(String userName,
String domain,
String passwd,
Callback<StreamNegotiator.NegotiationResult,Exception> callback)
Start XMPP stream with given user credentials.
|
| Modifier and Type | Method and Description |
|---|---|
StreamNegotiator.NegotiationResult |
XMPPStreamManager.restartStream() |
StreamNegotiator.NegotiationResult |
XMPPStream.restartStream()
Restart a broken stream.
|
StreamNegotiator.NegotiationResult |
XMPPStreamManager.startStream(String userName,
String pwd,
String domain)
Start a stream with server for the first time.
|
StreamNegotiator.NegotiationResult |
XMPPStream.startStream(String userName,
String pwd,
String domain)
Start a stream with server with the given user credintials.
|
Copyright © 2019. All rights reserved.