Package | Description |
---|---|
org.jivesoftware.smackx.httpfileupload |
Smack's API for XEP-0363: HTTP File Upload.
|
org.jivesoftware.smackx.httpfileupload.element |
IQ stanzas and extensions for XEP-0363: HTTP File Upload.
|
org.jivesoftware.smackx.httpfileupload.provider |
Providers for XEP-0363: HTTP File Upload.
|
Modifier and Type | Method and Description |
---|---|
Slot |
HttpFileUploadManager.requestSlot(String filename,
long fileSize)
Request a new upload slot from default upload service (if discovered).
|
Slot |
HttpFileUploadManager.requestSlot(String filename,
long fileSize,
String contentType)
Request a new upload slot with optional content type from default upload service (if discovered).
|
Slot |
HttpFileUploadManager.requestSlot(String filename,
long fileSize,
String contentType,
org.jxmpp.jid.DomainBareJid uploadServiceAddress)
Request a new upload slot with optional content type from custom upload service.
|
Modifier and Type | Class and Description |
---|---|
class |
Slot_V0_2 |
Modifier and Type | Method and Description |
---|---|
Slot |
SlotProvider.parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth) |