module Settings module XmppSettings extend ActiveSupport::Concern included do field :xmpp_default_rooms, type: :array, default: [] field :xmpp_autojoin_default_rooms, type: :boolean, default: false field :xmpp_notifications_from_address, type: :string, default: primary_domain end end end