Class: Blather::Stream
- Inherits:
-
Object
- Object
- Blather::Stream
- Defined in:
- lib/omf_common/comm/xmpp/communicator.rb
Instance Method Summary collapse
Instance Method Details
#unbind ⇒ Object
17 18 19 20 21 22 23 |
# File 'lib/omf_common/comm/xmpp/communicator.rb', line 17 def unbind cleanup raise NoConnection unless @inited @state = :stopped @client.receive_data @error if @error @client.unbind end |