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