|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OOBIQMessage | |
---|---|
com.echomine.jabber.msg |
Uses of OOBIQMessage in com.echomine.jabber.msg |
---|
Methods in com.echomine.jabber.msg that return OOBIQMessage | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |