# This is a configuration file for /etc/init.d/jabberd14; it allows you to
# perform common modifications to the behavior of the jabberd14 daemon
# startup without editing the init script (and thus getting prompted by
# dpkg on upgrades).  We all love dpkg prompts.

# (which is then passed to jabberd in the -h switch)
HOSTNAME=localhost

# (which is passed to jabberd in the -s switch)
SPOOL=/var/spool/jabberd

# Paramaters to pass to jabberd.
PARAMS="-h $HOSTNAME -s $SPOOL"

# Whether or not to start the Jabber/XMPP server; set to 0 to disable.
ENABLED=1
