Method: Jabber::Bytestreams::StreamHost#zeroconf=
- Defined in:
- lib/xmpp4r/bytestreams/iq/bytestreams.rb
#zeroconf=(s) ⇒ Object
Set the zeroconf attribute of the streamhost
132 133 134 |
# File 'lib/xmpp4r/bytestreams/iq/bytestreams.rb', line 132 def zeroconf=(s) attributes['zeroconf'] = s end |