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