# File lib/jabber4r/protocol.rb, line 670
670:       def initialize(to, type=NORMAL)
671:         return unless to
672:         to = Jabber::JID.new(to) if to.kind_of? String
673:         @to = to if to.kind_of? Jabber::JID
674:         @type = type
675:       end