Method: Jabber::Bytestreams::StreamHost#jid

Defined in:
lib/xmpp4r/bytestreams/iq/bytestreams.rb

#jidObject

Get the JID of the streamhost



102
103
104
# File 'lib/xmpp4r/bytestreams/iq/bytestreams.rb', line 102

def jid
  (a = attributes['jid']) ? JID.new(a) : nil
end