# asking user what for im protocols he needs

# msn protocol requires the libsoup library
# the specific option is set in the DEPENDS file

# jabber
config_query_option BITLBEE_OPTS "Enable Jabber protocol? " n \
                     "--jabber=1" "--jabber=0"

  # oscar (icq, aim)

config_query_option BITLBEE_OPTS "Enable Oscar protocol (for ICQ or AIM)? " \
                     y "--oscar=1" "--oscar=0"

  # yahoo
config_query_option BITLBEE_OPTS "Enable Yahoo protocol? " y   \
                     "--yahoo=1" "--yahoo=0"

config_query_option BITLBEE_OPTS "Enable Twitter protocol? " y   \
                     "--twitter=1" "--twitter=0"

config_query BITLBEE_BITLBEED     \
             "Build bitlbeed (to run bitlbee without xinetd)?" n
