| Package | Description |
|---|---|
| com.echomine.jabber.msg |
| Modifier and Type | Method and Description |
|---|---|
static OOBIQMessage |
OOBIQMessage.createNotAcceptableErrorMessage(JID to,
java.lang.String msgId)
convenience method to create a OOBIQMessage that sends back a Not Acceptable Error Message to the
originator of the OOBIQRequest.
|
static OOBIQMessage |
OOBIQMessage.createNotFoundErrorMessage(JID to,
java.lang.String msgId)
creates a request to notify the remote client that the resource at the URL was not
found or cannot be retrieved.
|
static OOBIQMessage |
OOBIQMessage.createSendUrlMessage(JID to,
java.lang.String url,
java.lang.String desc)
creates a request to notify the remote client to download a file.
|
static OOBIQMessage |
OOBIQMessage.createSuccessMessage(JID to,
java.lang.String msgId)
Creates a success message to send to the remote user notifying that file has been successfully transferred
|
Copyright © 2001-2005 Echomine. All Rights Reserved.