Enable and configure Social Stream Chat
<%= form_tag(:controller => "Xmpp", :action => "updateSettings", :method => "get") do %>
<% checked = current_user.chat_enabled %>
<%= check_box_tag 'enable_chat', true, checked %>
<%= label_tag(:enable_chat, "Enable or disable Social Stream Chat") %>
<%= hidden_field_tag :settings_section, :chat %>
<%= submit_tag "Update Settings", :class => "button" %>
<% end %>