XMPPElement
Iq child 'si' for Stream-Initiation
<feature/> child
result |
|
# File lib/xmpp4r/bytestreams/iq/si.rb, line 73 def feature first_element('feature') end
<file/> child
result |
# File lib/xmpp4r/bytestreams/iq/si.rb, line 66 def file first_element('file') end
Session ID of this stream
# File lib/xmpp4r/bytestreams/iq/si.rb, line 29 def id attributes['id'] end
Set Session ID of this stream
# File lib/xmpp4r/bytestreams/iq/si.rb, line 35 def id=(s) attributes['id'] = s end
MIME type of this stream
# File lib/xmpp4r/bytestreams/iq/si.rb, line 41 def mime_type attributes['mime-type'] end
Set MIME type of this stream
# File lib/xmpp4r/bytestreams/iq/si.rb, line 47 def mime_type=(s) attributes['mime-type'] = s end
Stream profile, can indicate file-transfer
# File lib/xmpp4r/bytestreams/iq/si.rb, line 53 def profile attributes['profile'] end
Generated with the Darkfish Rdoc Generator 2.