# File jabber4r/protocol.rb, line 680
      def set_body(body)
        @body = body.sub(/[&]/, '&amp;').sub(/[<]/, '&lt;')
        self
      end