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