Method: Jabber::Bytestreams::StreamHost#port=

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

#port=(p) ⇒ Object

Set the port number of the streamhost



145
146
147
# File 'lib/xmpp4r/bytestreams/iq/bytestreams.rb', line 145

def port=(p)
  attributes['port'] = p.to_s
end