class

XMPP::Stanza::Slot

Inherits XMPP::Stanza::IQPayload / XMPP::Stanza::Extension / XMPP::Stanza::Packet / Reference / Object

Slot is the result of a slot request: temporary PUT and GET URLs granted by the upload service, plus any headers the PUT must include.

Constructors

new(xml : String)
Source
new(node : XML::Node)
Source

Class methods

xml_name
Source

Instance methods

get_url
Source
get_url=(get_url : String)
Source
name
Source
namespace
Source
put_headers
Source
put_headers=(put_headers : Array(Header))
Source
put_url
Source
put_url=(put_url : String)
Source
to_xml(xml : XML::Builder)
Source