Files
jcl/conf/jcl.conf
David Rousselie 2fd9bc173b Implement VCard handler
darcs-hash:20080528061902-86b55-f2523528b8f88732a714134548d3f2316f229f7b.gz
2008-05-28 08:19:02 +02:00

30 lines
639 B
Plaintext

[jabber]
server: localhost
port: 5347
secret: secret
service_jid: jcl.localhost
#supported language: en, fr (See src/jcl/lang.py to add more)
language: en
[db]
#SQLite config
type: sqlite
host:
name: /var/spool/jabber/jcl.db
#Mysql config
#type: mysql
#host: root:pass@localhost
#name: /jcl
#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/jcl.pid
#motd: "Message of the day"
welcome_message: "Welcome to JCL"
admins: admin1@domain.com, admin2@domain.com
log_file: /var/log/jabber/jcl.log
[vcard]
url: http://people.happycoders.org/dax/projects/jcl