Method: XMPP4EM::BaseConnection#send

Defined in:
lib/xmpp4em/base_connection.rb

#send(data, &blk) ⇒ Object



95
96
97
98
99
# File 'lib/xmpp4em/base_connection.rb', line 95

def send data, &blk
  @logger.debug { ">> #{data}" } if @logger
  #$stdout.puts "[Send] #{data.to_s}"
  send_data data.to_s
end