| Package | Description |
|---|---|
| abs.ixi.client | |
| abs.ixi.client.io | |
| abs.ixi.client.net |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
UserManager.getUserRegistrationAttributes()
Returns all required attributes to register new user.
|
StreamNegotiator.NegotiationResult |
Platform.login(String userName,
String domain,
String passwd)
Start XMPP stream with given user credentials.
|
void |
Platform.logout()
User logout is protocol level action which simply closes the ongoing
stream with server.
|
boolean |
UserManager.registerNewUser(String userName,
String email,
String password)
Uses it for In-Band User Registration and refer XEP-0077.
|
void |
UserManager.registerNewUser(String userName,
String email,
String password,
Callback<String,String> callback)
Register a new user
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMPPStreamManager.closeStream() |
void |
XMPPStream.closeStream()
Close the ongoing stream.
|
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.
|
void |
XMPPPacketWriter.writeSync(Packet packet)
Write packets on to the wire directly bypassing normal flow of
XMPPPacketWriter process. |
void |
Writer.writeSync(Packet packet)
Write a packet synchronously.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ConnectionManager.connect(boolean forceConnect,
boolean isXMPPConnection)
CONNECT is a command for
ConnectionManager to re-establish
underlying network connection which may be broken. |
boolean |
ConnectionManager.connectFileTransferConnection(boolean forceConnect) |
boolean |
ConnectionManager.connectXMPPConnection(boolean forceConnect) |
Copyright © 2019. All rights reserved.