# File lib/jabber4r/session.rb, line 455
455:     def new_group_chat_message(to)
456:       self.new_message(to, Jabber::Protocol::Message::GROUPCHAT)
457:     end