# File jabber4r/protocol.rb, line 595
      def reply
        iq = Iq.new(@session,@id)
        iq.to = @from
        iq.id = @id
        iq.type = 'result'
        @is_reply = true
        return iq
      end