config_query_option EJABBERD_OPTS "Enable mod_pubsub?" y \
                    "--enable-mod_pubsub" "--disable-mod_pubsub" &&

config_query_option EJABBERD_OPTS "Enable mod_irc?" y \
                    "--enable-mod_irc" "--disable-mod_irc" &&

config_query_option EJABBERD_OPTS "Enable mod_muc?" y \
                    "--enable-mod_muc" "--disable-mod_muc" &&

config_query_option EJABBERD_OPTS "Enable mod_proxy65?" y \
                    "--enable-mod_proxy65" "--disable-mod_proxy65" &&

config_query_option EJABBERD_OPTS "Enable eldap?" y \
                    "--enable-eldap" "--disable-eldap" &&

config_query_option EJABBERD_OPTS "Enable web?" y \
                    "--enable-web" "--disable-web" &&

config_query_option EJABBERD_OPTS "Enable tls?" y \
                    "--enable-tls" "--disable-tls" &&

config_query_option EJABBERD_OPTS "Compile natively with HiPE?" n \
                    "--enable-hipe" "--disable-hipe" &&

config_query_option EJABBERD_OPTS "Enable workaround for gate subscriptions?" n \
                    "--enable-roster-gateway-workaround" "--disable-roster-gateway-workaround" &&

config_query_option EJABBERD_OPTS "Use Erlang supervision for transient process?" y \
                    "--enable-transient-supervisors" "--disable-transient-supervisors" &&

config_query_option EJABBERD_OPTS "Use XML features in XMPP stream (requires XML client)?" n \
                    "--enable-full-xml" "--disable-full-xml"
