Files
jmc/conf/jmc.conf
David Rousselie a98cbb4c2b Add default VCard URL field
darcs-hash:20080528151107-86b55-e5847bb86a5c76a6085886848f7391cda95b3f38.gz
2008-05-28 17:11:07 +02:00

37 lines
730 B
Plaintext

[jabber]
server: localhost
port: 5347
secret: secret
service_jid: jmc.localhost
#supported language: en, fr (See src/jmc/lang.py to add more)
language: en
[db]
#SQLite config
type: sqlite
host:
name: /var/spool/jabber/jmc.db
#Mysql config
#type: mysql
#host: root:pass@localhost
#name: /jmc
#db_url: %(type)s://%(host)s%(name)s?debug=1&debugThreading=1
db_url: %(type)s://%(host)s%(name)s
[component]
pid_file: /var/run/jabber/jmc.pid
#motd: "Message of the day"
welcome_message: "Welcome to Jabber Mail Component"
# a comma separated list of JIDs
admins: admin@localhost
log_file: /var/log/jabber/jmc.log
[jmc]
mail_default_encoding: iso-8859-1
check_interval: 1
[vcard]
url: http://people.happycoders.org/dax/projects/jmc