Method: Jabber::Bytestreams::StreamHost#jid=
- Defined in:
- lib/xmpp4r/bytestreams/iq/bytestreams.rb
#jid=(j) ⇒ Object
Set the JID of the streamhost
108 109 110 |
# File 'lib/xmpp4r/bytestreams/iq/bytestreams.rb', line 108 def jid=(j) attributes['jid'] = (j ? j.to_s : nil) end |