| Package | Description |
|---|---|
| abs.ixi.client | |
| abs.ixi.client.file.sfcm |
| Modifier and Type | Method and Description |
|---|---|
void |
ChatManager.downloadFile(JID from,
String fileId,
ContentType contentType,
Callback<File,FileTransfer.FailureReason> callback)
Download a file for which a
Message with media content has been
received. |
boolean |
UserManager.getFullRoster(Callback<Roster,Exception> callback)
Retrieve full user roster from server.
|
void |
Platform.login(String userName,
String domain,
String passwd,
Callback<StreamNegotiator.NegotiationResult,Exception> callback)
Start XMPP stream with given user credentials.
|
void |
UserManager.registerNewUser(String userName,
String email,
String password,
Callback<String,String> callback)
Register a new user
|
IQ |
UserManager.removeRosterMember(JID jid,
String name,
Callback<IQ,Exception> callback)
Remove a roster member from logged-in user roster.
|
void |
UserManager.sendGetChatRoomsRequest(Callback<List<ChatRoom>,Exception> callback)
Send a request to retrieve list of available chat rooms on server.
|
IQ |
UserManager.updateRosterMemberName(JID jid,
String name,
Callback<IQ,Exception> callback)
Update name of a roster member.
|
void |
ChatManager.uploadFile(String mediaId,
File file,
ContentType contentType,
JID to,
Callback<String,FileTransfer.FailureReason> callback)
Upload a file on to server
|
| Modifier and Type | Method and Description |
|---|---|
Callback<String,FileTransfer.FailureReason> |
OutboundFileTransfer.getCallback() |
Callback<File,FileTransfer.FailureReason> |
InboundFileTransfer.getCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
FileTransferManager.transferFileInbound(JID from,
String fileId,
ContentType contentType,
Callback<File,FileTransfer.FailureReason> callback)
File thumb and its unique id is transferred to receiver immediately.
|
void |
FileTransferManager.transferFileOutbound(String messageId,
File file,
ContentType contentType,
JID to,
Callback<String,FileTransfer.FailureReason> callback)
Sends message with
MediaContent to media receiver. |
| Constructor and Description |
|---|
InboundFileTransfer(JID from,
String fileId,
Callback<File,FileTransfer.FailureReason> callback) |
InboundFileTransfer(JID from,
String fileId,
ContentType contentType,
Callback<File,FileTransfer.FailureReason> callback) |
OutboundFileTransfer(String fileId,
File file,
ContentType contentType,
JID to,
Callback<String,FileTransfer.FailureReason> callback) |
Copyright © 2019. All rights reserved.