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