Google

# File jabber4r/protocol.rb, line 667

      def initialize(to, type=NORMAL)

        return unless to

        to = Jabber::JID.new(to) if to.kind_of? String

        @to = to if to.kind_of? Jabber::JID

        @type = type

      end