:xmpp_password: "<%= @xmpp["password"] %>" :xmpp_jid: "<%= @xmpp["jid"] %>/<%= @real_hostname %>" :xmpp_target: "<%= @xmpp["target"] %>" <% if @xmpp["statuses"].is_a?(String) %> :xmpp_statuses: "<%= @xmpp["statuses"] %>" <% else %> :xmpp_statuses: <% @xmpp["statuses"].each do |status| %> - <%= status %> <% end %> <% end %>