Google

# File jabber4r/session.rb, line 455

    def new_group_chat_message(to)

      self.new_message(to, Jabber::Protocol::Message::GROUPCHAT)

    end