# File lib/jabber4r/session.rb, line 445 445: def new_chat_message(to) 446: self.new_message(to, Jabber::Protocol::Message::CHAT) 447: end