74 75 76
# File 'lib/xmpp4em/client.rb', line 74 def send_msg to, msg send_safe Jabber::Message::new(to, msg).set_type(:chat) end