class
XMPP::Stanza::UploadRequest
- XMPP::Stanza::UploadRequest
- XMPP::Stanza::Extension
- Reference
- Object
Overview
UploadRequest implements the slot request of XEP-0363 - HTTP File Upload. It is sent as an IQ-get to an upload service, asking for a place to PUT a file of the given size and type.
Included Modules
Defined in:
xmpp/stanza/iq/http_upload.crConstructors
Class Method Summary
Instance Method Summary
- #content_type : String
- #content_type=(content_type : String)
- #filename : String
- #filename=(filename : String)
- #name : String
- #namespace : String
- #size : UInt64
- #size=(size : UInt64)
- #to_xml(xml : XML::Builder)
Instance methods inherited from module XMPP::Stanza::IQPayload
namespace : String
namespace
Instance methods inherited from module XMPP::Stanza::Packet
name : String
name,
to_xml(xml : XML::Builder)to_xml : String to_xml